Click or drag to resize
ByteVector Class
Expose array of bytes to managed code.
Inheritance Hierarchy

Namespace: GeoEngine.Core.GXNet
Assembly: geoengine.core.gxnet (in geoengine.core.gxnet.dll)
Syntax
public class ByteVector : Vector

The ByteVector type exposes the following members.

Constructors
  NameDescription
Public methodByteVector
Default constructor
Top
Properties
  NameDescription
Public propertyItem
Get or set the value at a particular index in the array
Top
See Also