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
)
Public Function IndexOf (
value As Object
) As Integer
Parameters
- value
- Type: SystemObject
The object to find. The value must be of the type supplied to the ctor.
Return Value
Type:
Int32The zero-based index if the item exists, -1 otherwise.
Implements
IListIndexOf(Object)See Also