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