Class ConfigurationCollection<T>
Inheritance
System.Object
ConfigurationCollection<T>
Implements
System.Collections.Generic.IEnumerable <System.Collections.Generic.KeyValuePair <System.String , IConfigurationSection >>
System.Collections.IEnumerable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Snowflake.Configuration
Assembly: Snowflake.Framework.dll
Syntax
public class ConfigurationCollection<T> : IConfigurationCollection<T>, IConfigurationCollection, IEnumerable<KeyValuePair<string, IConfigurationSection>>, IEnumerable where T : class, IConfigurationCollection<T>
Type Parameters
Name | Description |
---|---|
T |
Constructors
ConfigurationCollection()
Declaration
public ConfigurationCollection()
Properties
Configuration
Declaration
public T Configuration { get; }
Property Value
Type | Description |
---|---|
T |
Descriptor
Declaration
public IConfigurationCollectionDescriptor Descriptor { get; }
Property Value
Type | Description |
---|---|
IConfiguration |
Item[String]
Declaration
public IConfigurationSection this[string sectionName] { get; }
Parameters
Type | Name | Description |
---|---|---|
System. |
sectionName |
Property Value
Type | Description |
---|---|
IConfiguration |
ValueCollection
Declaration
public IConfigurationValueCollection ValueCollection { get; }
Property Value
Type | Description |
---|---|
IConfiguration |
Methods
GetEnumerator()
Declaration
public IEnumerator<KeyValuePair<string, IConfigurationSection>> GetEnumerator()
Returns
Type | Description |
---|---|
System. |
Explicit Interface Implementations
IEnumerable.GetEnumerator()
Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type | Description |
---|---|
System. |
Implements
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable