Click or drag to resize

IniSectionInsert Method

Insert

Namespace:  VIZCore3D.NET.Utility
Assembly:  VIZCore3D.NET (in VIZCore3D.NET.dll) Version: 2.8.24.1104 (2.8.24.1104)
Syntax
C#
public void Insert(
	int index,
	string key,
	IniValue value
)

Parameters

index
Type: SystemInt32
Index
key
Type: SystemString
Key
value
Type: VIZCore3D.NET.UtilityIniValue
Value
See Also