Click or drag to resize

SortableListIndexOf Method (Object, Int32)

Idem IndexOf(object), but starting at a specified position in the list

Namespace:  Pathfinding
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public int IndexOf(
	Object O,
	int Start
)

Parameters

O
Type: SystemObject
The object to locate.
Start
Type: SystemInt32
The index for start position.

Return Value

Type: Int32
See Also