AssemblyCollection.Item Property

This property returns the specified Assembly from the AssemblyCollection.

Syntax (C#)

public object this[int index] { get;  set; }

public object this[string id] { get;  set; }

Parameters Description
int index The index of an assembly
string id An ID matching the ID property of an Assembly object.

Return Value

The specified Assembly in the collection.

Remarks

This indexer always returns a new Assembly object.