ProviderConnectionPointCollection Constructor
.NET Framework (current version)
Initializes a new instance of the ProviderConnectionPointCollection class.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | ProviderConnectionPointCollection() | Initializes an empty new instance of the ProviderConnectionPointCollection class. |
![]() | ProviderConnectionPointCollection(ICollection^) | Initializes a new instance of the ProviderConnectionPointCollection class using the specified collection of provider connection points. |
It is possible to create a new instance of the ProviderConnectionPointCollection class directly from your code, but because the class inherits from the ReadOnlyCollectionBase class, your new collection is read-only and you cannot add or remove members after you have created it.
Show:
