TaskCollection.IndexOf Method |
Determines the index of a specific item in the IList<T>.
Namespace:
AGI.Parallel.Client
Assembly:
AGI.Parallel.Client (in AGI.Parallel.Client.dll) Version: 2.10.0.1777 (2.10.0.1777)
Syntaxpublic int IndexOf(
Task item
)
Public Function IndexOf (
item As Task
) As Integer
Parameters
- item
- Type: AGI.Parallel.Infrastructure.Task
The object to locate in the IList<T>.
Return Value
Type:
Int32The index of
item if found in the list; otherwise, -1.
Implements
IList<T>.IndexOf(T)
See Also