Click or drag to resize

EAPCollectionBase.IndexOf 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: System.Object
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

IList.IndexOf(Object)
See Also