CompilerCollection.Item Property (Int32)

 

Gets the Compiler at the specified index of the collection.

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

public Compiler this[
	int index
] { get; }

Parameters

index
Type: System.Int32

An integer value specifying a Compiler within the CompilerCollection.

Property Value

Type: System.Web.Configuration.Compiler

A Compiler object.

If the compiler object does not exist in the collection, an out-of-range exception is thrown.

.NET Framework
Available since 2.0
Return to top
Show: