Keys
public ICollection<string> Keys { get; }
Returns this IniSection's collection of keys. If the IniSection is ordered, the keys will be returned in order.
Returns
| Type | Description |
|---|---|
| ICollection<string> |
public ICollection<string> Keys { get; }
Returns this IniSection's collection of keys. If the IniSection is ordered, the keys will be returned in order.
| Type | Description |
|---|---|
| ICollection<string> |