Click or drag to resize

INIReaderValues Property

read/write access to the key/value-pairs of the ini-reader

Namespace:  Karamba.Utilities
Assembly:  KarambaCommon (in KarambaCommon.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public Dictionary<string, string> Values { get; set; }

Property Value

Type: DictionaryString, String
See Also