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

Class ConfigurationCollectionDescriptor<T>

Default implementation for IConfigurationCollectionDescriptor

Inheritance
System.Object
ConfigurationCollectionDescriptor<T>
Implements
IConfigurationCollectionDescriptor
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.Collections.Generic.IEnumerable<System.String>

Implements

IConfigurationCollectionDescriptor
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.