Aracılığıyla paylaş


CompilerCollection.Get Yöntem

Tanım

Belirtilen Compiler koleksiyon öğesini alır.

Aşırı Yüklemeler

Get(Int32)

CompilerBelirtilen dizinde koleksiyon öğesini alır.

Get(String)

CompilerBelirtilen dilin koleksiyon öğesini alır.

Get(Int32)

CompilerBelirtilen dizinde koleksiyon öğesini alır.

public:
 System::Web::Configuration::Compiler ^ Get(int index);
public System.Web.Configuration.Compiler Get (int index);
member this.Get : int -> System.Web.Configuration.Compiler
Public Function Get (index As Integer) As Compiler

Parametreler

index
Int32

İçinde bir belirten tamsayı değeri Compiler CompilerCollection .

Döndürülenler

Compiler

Bir Compiler nesnesi.

Şunlara uygulanır

Get(String)

CompilerBelirtilen dilin koleksiyon öğesini alır.

public:
 System::Web::Configuration::Compiler ^ Get(System::String ^ language);
public System.Web.Configuration.Compiler Get (string language);
member this.Get : string -> System.Web.Configuration.Compiler
Public Function Get (language As String) As Compiler

Parametreler

language
String

CompilerKoleksiyon içerisindeki nesnenin dili.

Döndürülenler

Compiler

Bir Compiler nesnesi.

Şunlara uygulanır