AssemblyCollection.Item Property (Int32)

 

Gets or sets the AssemblyInfo at the specified index in the AssemblyCollection.

Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

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

Parameters

index
Type: System.Int32

An integer value specifying a specific AssemblyInfo object within the AssemblyCollection collection.

.NET Framework
Available since 2.0
Return to top
Show: