ConfigurationElementCollectionBase<T> Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new empty instance of the ConfigurationElementCollectionBase<T> class.
protected:
ConfigurationElementCollectionBase();
protected ConfigurationElementCollectionBase ();
Protected Sub New ()
Remarks
The ConfigurationElementCollectionBase<T> base class is abstract, and the ConfigurationElementCollectionBase<T> constructor is protected. You cannot directly create instances of the base class by using this constructor.