Overload List
Name | Description | |
---|---|---|
![]() | SerializeProperty<T>(SerializationInfo, StreamingContext, UndoableCrossReferenceProperty<T>) | Serializes an Undoable*Property with value of type T
storing it in info with key property.Name.
|
![]() | SerializeProperty<TKey, TValue>(SerializationInfo, StreamingContext, UndoableDictionary<TKey, TValue>) | Serializes an UndoableDictionary storing it in info
with key given by the property name of the dictionary.
|
![]() | SerializeProperty<TKey, TNode>(SerializationInfo, StreamingContext, UndoableKeyedCollection<TKey, TNode>) |
Serializes an UndoableKeyedCollection<TKey, TNode> storing it in info
with key given by the property name of the keyedCollection.
|
![]() | SerializeProperty<T>(SerializationInfo, StreamingContext, UndoableList<T>) | Serializes an UndoableList with values of type T
storing it in info with key list.Name.
|
![]() | SerializeProperty<T>(SerializationInfo, StreamingContext, UndoableProperty<T>) | Serializes an UndoableProperty with value of type T
storing it in info with key property.Name.
|
![]() | SerializeProperty<T>(SerializationInfo, StreamingContext, UndoableSet<T>) | Serializes an UndoableSet storing it in info
with key given by the property name of the set.
|
See Also