| IniSectionInsertRange Method |
Insert Range
Namespace:
VIZCore3D.NET.Utility
Assembly:
VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax public void InsertRange(
int index,
IEnumerable<KeyValuePair<string, IniValue>> collection
)
Parameters
- index
- Type: SystemInt32
Index - collection
- Type: System.Collections.GenericIEnumerableKeyValuePairString, IniValue
Collection
See Also