CompilerCollection.Get 메서드

정의

지정된 Compiler 컬렉션 요소를 가져옵니다.

오버로드

Name Description
Get(Int32)

지정된 인덱스에서 Compiler 컬렉션 요소를 가져옵니다.

Get(String)

지정된 언어의 Compiler 컬렉션 요소를 가져옵니다.

Get(Int32)

지정된 인덱스에서 Compiler 컬렉션 요소를 가져옵니다.

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

매개 변수

index
Int32

내의 값을 Compiler 지정하는 정수 값입니다 CompilerCollection.

반품

Compiler 개체입니다.

적용 대상

Get(String)

지정된 언어의 Compiler 컬렉션 요소를 가져옵니다.

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

매개 변수

language
String

컬렉션 내의 개체에 Compiler 대한 언어입니다.

반품

Compiler 개체입니다.

적용 대상