• Home
  • Blog
  • Docs
  • GitHub
Show / Hide Table of Contents

Class ConfigurationCollection<T>

Inheritance
System.Object
ConfigurationCollection<T>
Implements
IConfigurationCollection<T>
IConfigurationCollection
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
IConfigurationCollectionDescriptor

Item[String]

Declaration
public IConfigurationSection this[string sectionName] { get; }
Parameters
Type Name Description
System.String sectionName
Property Value
Type Description
IConfigurationSection

ValueCollection

Declaration
public IConfigurationValueCollection ValueCollection { get; }
Property Value
Type Description
IConfigurationValueCollection

Methods

GetEnumerator()

Declaration
public IEnumerator<KeyValuePair<string, IConfigurationSection>> GetEnumerator()
Returns
Type Description
System.Collections.Generic.IEnumerator<System.Collections.Generic.KeyValuePair<System.String, IConfigurationSection>>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

Declaration
IEnumerator IEnumerable.GetEnumerator()
Returns
Type Description
System.Collections.IEnumerator

Implements

IConfigurationCollection<T>
IConfigurationCollection
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.