Click or drag to resize

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
Syntax
protected Dictionary<int, Delegate> PropertyDelegates { get; }

Property Value

Type: DictionaryInt32, Delegate
See Also