System.Web.Configuration.BuildProviderCollection Class

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

See Also: BuildProviderCollection Members

Syntax

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

Remarks

The System.Web.Configuration.BuildProviderCollection is used to compile custom resource files. You can have any number of build providers. The System.Web.Configuration.BuildProviderCollection 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