CsvTransformerTPropertyDelegates Property |
Gets the delegates that give access to the properties of the instances that need to be serialized and deserialized.
Namespace:
Enkoni.Framework.Serialization
Assembly:
Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntaxprotected Dictionary<int, Delegate> PropertyDelegates { get; }
Protected ReadOnly Property PropertyDelegates As Dictionary(Of Integer, Delegate)
Get
protected:
property Dictionary<int, Delegate^>^ PropertyDelegates {
Dictionary<int, Delegate^>^ get ();
}
member PropertyDelegates : Dictionary<int, Delegate> with get
Property Value
Type:
DictionaryInt32,
Delegate
See Also