AssemblyCollection.IndexOf Method |
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(
Assembly item
)
Public Function IndexOf (
item As Assembly
) As Integer
Parameters
- item
- Type: System.Reflection.Assembly
The object to locate in the AssemblyCollection.
Return Value
Type:
Int32
The index of item if found in the list; otherwise, -1.
Implements
IList<T>.IndexOf(T)
See Also