| Name | Description |
---|
 | DeserializePropertyT(SerializationInfo, StreamingContext, PropertyName, UndoableCrossReferencePropertyT) | |
 | DeserializePropertyTKey, TValue(SerializationInfo, StreamingContext, PropertyName, UndoableDictionaryTKey, TValue) | |
 | DeserializePropertyT(SerializationInfo, StreamingContext, PropertyName, UndoableListT) |
Deserializes an UndoableListT with value of type T
stored in info with key given by propertyName.
|
 | DeserializePropertyT(SerializationInfo, StreamingContext, PropertyName, UndoablePropertyT) |
Deserializes an UndoablePropertyT with value of type T
stored in info with key propertyName.
|
 | DeserializePropertyT(SerializationInfo, StreamingContext, PropertyName, UndoableSetT) | Deserializes an UndoableSetT with value of type T
stored in info with key propertyName.
|
 | DeserializePropertyTKey, TNode(SerializationInfo, StreamingContext, PropertyName, PropertyName, UndoableKeyedCollectionTKey, TNode) | |