 | IniSectionKeys Property |
Returns this IniSection's collection of keys. If the IniSection is ordered, the keys will be returned in order.
Namespace:
VIZCore3DX.NET.Utility
Assembly:
VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.326 (1.0.25.326)
Syntaxpublic ICollection<string> Keys { get; }
Property Value
Type:
ICollectionStringImplements
IDictionaryTKey, TValueKeys
See Also