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