Click or drag to resize

IniSectionValues Property

Returns the values in this IniSection. These values are always out of order. To get ordered values from an IniSection call GetOrderedValues instead.

Namespace:  VIZCore3D.NET.Utility
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public ICollection<IniValue> Values { get; }

Property Value

Type: ICollectionIniValue

Implements

IDictionaryTKey, TValueValues
See Also