Class BinarySecretElementCollection
Represents a collection of BinarySecretElement configuration elements in the application configuration file.
Inheritance
System.Object
BinarySecretElementCollection
Implements
System.Collections.Generic.IList<BinarySecretElement>
System.Collections.Generic.ICollection<BinarySecretElement>
System.Collections.Generic.IEnumerable<BinarySecretElement>
System.Collections.IEnumerable
Inherited Members
Namespace: Nevatech.Vsb.Repository.Configuration
Assembly: Nevatech.Vsb.Repository.dll
Syntax
public sealed class BinarySecretElementCollection : ConfigurationElementCollectionBase<BinarySecretElement>, IList<BinarySecretElement>, ICollection<BinarySecretElement>, IEnumerable<BinarySecretElement>, IEnumerable
Constructors
BinarySecretElementCollection()
Declaration
public BinarySecretElementCollection()
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