Class ConfigurationElementCollection<T>
Inheritance
System.Object
    ConfigurationElementCollection<T>
  Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 10.10.4Syntax
public abstract class ConfigurationElementCollection<T> : ConfigurationElementCollection where T : ConfigurationElement, new()Type Parameters
| Name | Description | 
|---|---|
| T | 
Constructors
ConfigurationElementCollection()
Declaration
protected ConfigurationElementCollection()Methods
CreateNewElement()
Declaration
protected override ConfigurationElement CreateNewElement()Returns
| Type | Description | 
|---|---|
| System.Configuration.ConfigurationElement | 
