Метод | Описание | |
---|---|---|
ExGUIDArray ( ) : System |
Initializes a new instance of the ExGUIDArray class, this is the default constructor.
|
|
ExGUIDArray ( |
Initializes a new instance of the ExGUIDArray class, this is copy constructor.
|
|
ExGUIDArray ( List |
Initializes a new instance of the ExGUIDArray class with specified value.
|
|
SerializeToByteList ( ) : List |
This method is used to convert the element of ExGUIDArray basic object into a byte List.
|
Метод | Описание | |
---|---|---|
DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int |
This method is used to deserialize the ExGUIDArray basic object from the specified byte array and start index.
|
protected DoDeserializeFromByteArray ( byte byteArray, int startIndex ) : int | ||
byteArray | byte | Specify the byte array. |
startIndex | int | Specify the start index from the byte array. |
Результат | int |
public ExGUIDArray ( |
||
extendGuidArray | Specify the ExGUIDArray where copies from. | |
Результат | System |
public ExGUIDArray ( List |
||
content | List |
Specify the list of ExGuid contents. |
Результат | System |