Class ConfigurationElementCollection<T>
Inheritance
System.Object
ConfigurationElementCollection<T>
Namespace: EPiServer.Framework.Configuration
Assembly: EPiServer.Framework.dll
Version: 7.19.2Syntax
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 |