Click or drag to resize

EAPCollectionBaseIndexOf Method

Returns the zero-based index of the first occurrence of an object in the internal ArrayList or in a portion of it.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public int IndexOf(
	Object value
)

Parameters

value
Type: SystemObject
The object to find. The value must be of the type supplied to the ctor.

Return Value

Type: Int32
The zero-based index if the item exists, -1 otherwise.

Implements

IListIndexOf(Object)
See Also