System.Web.Configuration.ExpressionBuilderCollection Class

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

See Also: ExpressionBuilderCollection Members

Syntax

[System.Configuration.ConfigurationCollection(typeof(System.Web.Configuration.ExpressionBuilder), CollectionType=System.Configuration.ConfigurationElementCollectionType.AddRemoveClearMap)]
public sealed class ExpressionBuilderCollection : System.Configuration.ConfigurationElementCollection

Remarks

The System.Web.Configuration.ExpressionBuilderCollection class does not refer to any actual element in the underlying configuration file. It is a construct that allows easy access to the compilation information it contains.

Requirements

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