CompilerCollection.Get Method

Definition

Gets the specified Compiler collection element.

Overloads

Get(Int32)

Gets the Compiler collection element at the specified index.

Get(String)

Gets the Compiler collection element for the specified language.

Get(Int32)

Gets the Compiler collection element at the specified index.

C#
public System.Web.Configuration.Compiler Get(int index);

Parameters

index
Int32

An integer value specifying a Compiler within the CompilerCollection.

Returns

A Compiler object.

Applies to

.NET Framework 4.8.1 ja muut versiot
Tuote Versiot
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1

Get(String)

Gets the Compiler collection element for the specified language.

C#
public System.Web.Configuration.Compiler Get(string language);

Parameters

language
String

The language for the Compiler object within the collection.

Returns

A Compiler object.

Applies to

.NET Framework 4.8.1 ja muut versiot
Tuote Versiot
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1