ProviderConnectionPointCollection Constructor
.NET Framework 3.0
Initializes a new instance of the ProviderConnectionPointCollection class.
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.
| 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. |
Community Additions
ADD
Show: