Method | Description | |
---|---|---|
CellIDArray ( ) : System.Collections.Generic |
Initializes a new instance of the CellIDArray class, this is default constructor.
|
|
CellIDArray ( |
Initializes a new instance of the CellIDArray class, this is copy constructor.
|
|
CellIDArray ( ulong count, List |
Initializes a new instance of the CellIDArray class.
|
|
SerializeToByteList ( ) : List |
This method is used to convert the element of CellIDArray basic object into a byte List.
|
Method | Description | |
---|---|---|
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int |
This method is used to deserialize the CellIDArray basic object from the specified byte array and start index.
|
public CellIDArray ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
public CellIDArray ( |
||
cellIdArray | Specify the CellIDArray. | |
return | System.Collections.Generic |
public CellIDArray ( ulong count, List |
||
count | ulong | Specify the number of CellID in the CellID array. |
content | List |
Specify the list of CellID. |
return | System.Collections.Generic |
protected DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int | ||
byteArray | byte | Specify the byte array. |
startIndex | int | Specify the start index from the byte array. |
return | int |