System.Web.Configuration.CompilerCollection Members

The members of System.Web.Configuration.CompilerCollection are listed below.

See Also: Inherited members from System.Configuration.ConfigurationElementCollection

Public Constructors

Initializes a new instance of the System.Web.Configuration.CompilerCollection class.

Public Properties

[read-only]
AllKeysstring[].

Gets all the keys of the System.Web.Configuration.CompilerCollection.

[read-only]
override
CollectionTypeSystem.Configuration.ConfigurationElementCollectionType.

Gets the type of the configuration collection.

[read-only]
default property
Item(int)Compiler. Documentation for this section has not yet been entered.
[read-only]
default property
Item(string)Compiler. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
override
ElementNamestring. Documentation for this section has not yet been entered.
[read-only]
override
PropertiesSystem.Configuration.ConfigurationPropertyCollection. Documentation for this section has not yet been entered.

Public Methods

Get(int) : Compiler

Gets the System.Web.Configuration.Compiler collection element at the specified index.

Get(string) : Compiler

Gets the System.Web.Configuration.Compiler collection element for the specified language.

GetKey(int) : string

Gets the System.Web.Configuration.CompilerCollection key name at the specified index.

Protected Methods

override
CreateNewElement() : System.Configuration.ConfigurationElement
Documentation for this section has not yet been entered.
override
GetElementKey(System.Configuration.ConfigurationElement) : object
Documentation for this section has not yet been entered.