Click or drag to resize

IniSectionIndexOf Method (String, Int32, Int32)

Index Of

Namespace:  VIZCore3DX.NET.Utility
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.0.25.515 (1.0.25.515)
Syntax
C#
public int IndexOf(
	string key,
	int index,
	int count
)

Parameters

key
Type: SystemString
Key
index
Type: SystemInt32
Index
count
Type: SystemInt32
Count

Return Value

Type: Int32
Key Index
See Also