Click or drag to resize

IniSectionLastIndexOf Method (String, Int32, Int32)

Last Index Of

Namespace:  VIZCore3DX.NET.Utility
Assembly:  VIZCore3DX.NET (in VIZCore3DX.NET.dll) Version: 1.1.25.609 (1.1.25.609)
Syntax
C#
public int LastIndexOf(
	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