BuildProviderCollection.Add Method (BuildProvider)

 
Namespace:   System.Web.Configuration
Assembly:  System.Web (in System.Web.dll)

member Add : 
        buildProvider:BuildProvider -> unit

Parameters

buildProvider
Type: System.Web.Configuration.BuildProvider

A BuildProvider object.

If the BuildProvider object already exists in the collection, the build provider is ignored.

The following code example demonstrates how to use the Add method. This code example is part of a larger example provided for the BuildProviderCollection class.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: