System.Web.Configuration.CompilerCollection Class

Represents a collection of System.Web.Configuration.Compiler objects. This class cannot be inherited.

See Also: CompilerCollection Members

Syntax

[System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.Compiler), AddItemName="compiler", CollectionType=System.Configuration.ConfigurationElementCollectionType.BasicMap)]
public sealed class CompilerCollection : System.Configuration.ConfigurationElementCollection

Remarks

The System.Web.Configuration.CompilerCollection does not refer to any actual element in the underlying configuration file. It is a construct that allows easy access to the System.Web.Configuration.Compiler objects it contains.

Requirements

Namespace: System.Web.Configuration
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0