Click or drag to resize

AssemblyCollectionIndexOf Method

Determines the index of a specific item in the AssemblyCollection.

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(
	Assembly item
)

Parameters

item
Type: System.ReflectionAssembly
The object to locate in the AssemblyCollection.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.

Implements

IListTIndexOf(T)
See Also

STK Parallel Computing Server 2.9 API for .NET