AssemblyCollection.IndexOf Method

This method determines the index of a specific Assembly in the AssemblyCollection.

Syntax

public int IndexOf ( object value )

Parameters Description
value The Assembly object to search for in the collection.

Return Value

The index of the specified Assembly in the collection.