Click or drag to resize

INIReaderValues Property

Gets or sets the key/value-pairs of the ini-reader.

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

Property Value

Type: DictionaryString, String
See Also