TaskPreconditionCollectionIndexOf Method |
Determines the index of a specific item in the IListT.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.9.0.1601 (2.9.0.1601)
Syntax public int IndexOf(
TaskPrecondition item
)
Public Function IndexOf (
item As TaskPrecondition
) As Integer
Parameters
- item
- Type: AGI.Parallel.InfrastructureTaskPrecondition
The object to locate in the IListT.
Return Value
Type:
Int32The index of
item if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)See Also