CsvTransformerTCultureMappings Property |
Gets the mappings of the cultures. The dictionary uses the column index as key and culture name as value.
Namespace:
Enkoni.Framework.Serialization
Assembly:
Enkoni.Framework.Serialization (in Enkoni.Framework.Serialization.dll) Version: 1.3.0.1
Syntaxprotected Dictionary<int, string> CultureMappings { get; }
Protected ReadOnly Property CultureMappings As Dictionary(Of Integer, String)
Get
protected:
property Dictionary<int, String^>^ CultureMappings {
Dictionary<int, String^>^ get ();
}
member CultureMappings : Dictionary<int, string> with get
Property Value
Type:
DictionaryInt32,
String
See Also