[This is preliminary documentation and is subject to change.]
The CheckpointRestoreExtensionMethods type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | CheckpointTElement(ListTElement, NaiadWriter) |
Writes this list to the given writer.
|
![]() ![]() | CheckpointTElement(TElement, Int32, NaiadWriter) |
Writes the given count of elements from this array to the given writer.
|
![]() ![]() | CheckpointTKey, TValue(DictionaryTKey, TValue, NaiadWriter) |
Writes this dictionary to the given writer.
|
![]() ![]() | RestoreTElement(ListTElement, NaiadReader) |
Reads this list from the given reader.
|
![]() ![]() | RestoreTKey, TValue(DictionaryTKey, TValue, NaiadReader) |
Reads this dictionary from the given reader.
|
![]() ![]() | RestoreArrayTElement |
Reads an array from the given reader.
|
See Also