ConfigurationElementCollectionBase<T> Constructor

Definition

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.

Applies to