Class CorsElementCollection
Represents a collection of CorsElement configuration elements in the application configuration file.
Implements
System.Collections.Generic.IList<CorsElement>
System.Collections.Generic.ICollection<CorsElement>
System.Collections.Generic.IEnumerable<CorsElement>
System.Collections.IEnumerable
Inherited Members
Namespace: Nevatech.Vsb.Repository.Configuration
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class CorsElementCollection : ConfigurationElementCollectionBase<CorsElement>, IList<CorsElement>, ICollection<CorsElement>, IEnumerable<CorsElement>, IEnumerable
Constructors
CorsElementCollection()
Declaration
public CorsElementCollection()
Methods
CreateNewElement()
Creates a new System.Configuration.ConfigurationElement.
Declaration
protected override ConfigurationElement CreateNewElement()
Returns
Type | Description |
---|---|
System.Configuration.ConfigurationElement | A new System.Configuration.ConfigurationElement. |
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable