CompilerCollection.Get Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
Parameters
- index
- Int32
An integer value specifying a Compiler within the CompilerCollection.
Returns
A Compiler object.
Applies to
Get(String)
Gets the Compiler collection element for the specified language.
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
Parameters
Returns
A Compiler object.