Class ConfigurationCollectionDescriptor<T>
Default implementation for IConfiguration
Inheritance
System.Object
ConfigurationCollectionDescriptor<T>
Implements
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 ConfigurationCollectionDescriptor<T> : IConfigurationCollectionDescriptor where T : class, IConfigurationCollection
Type Parameters
Name | Description |
---|---|
T | The type of the configuration collection |
Properties
SectionKeys
Declaration
public IEnumerable<string> SectionKeys { get; }
Property Value
Type | Description |
---|---|
System. |