Méthode | Description | |
---|---|---|
StorageManifestSchemaGUID ( ) : System |
Initializes a new instance of the StorageManifestSchemaGUID class.
|
Méthode | Description | |
---|---|---|
DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void |
Used to de-serialize the items.
|
|
SerializeItemsToByteList ( List |
Used to convert the element into a byte List.
|
protected DeserializeItemsFromByteArray ( byte byteArray, int ¤tIndex, int lengthOfItems ) : void | ||
byteArray | byte | Byte array |
currentIndex | int | Start position |
lengthOfItems | int | The length of the items |
Résultat | void |
protected SerializeItemsToByteList ( List |
||
byteList | List |
A Byte list |
Résultat | int |
public StorageManifestSchemaGUID ( ) : System | ||
Résultat | System |