 | ByteVector Class |
Expose array of bytes to managed code.
Inheritance Hierarchy
Namespace:
GeoEngine.Core.GXNet
Assembly:
geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntaxpublic class ByteVector : Vector
public class ByteVector : Vector
Public Class ByteVector
Inherits Vector
Public Class ByteVector
Inherits Vector
public ref class ByteVector : public Vector
public ref class ByteVector : public Vector
type ByteVector =
class
inherit Vector
end
type ByteVector =
class
inherit Vector
end
The ByteVector type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Item |
Get or set the value at a particular index in the array
|
Top
See Also