Class IniSection
A single section of an IniFile, holding its key/value pairs as a sorted list keyed by value name.
Inherited Members
Namespace: Reportman.Drawing
Assembly: Reportman.Drawing.dll
Syntax
public class IniSection
Constructors
View SourceIniSection()
Declaration
public IniSection()
Fields
View SourceValues
Declaration
public SortedList<string, string> Values
Field Value
| Type | Description |
|---|---|
| SortedList<string, string> |