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

Interface IConfigurationCollectionDescriptor

Describes a configuration collection.

Namespace: Snowflake.Configuration
Assembly: Snowflake.Framework.Primitives.dll
Syntax
public interface IConfigurationCollectionDescriptor

Properties

SectionKeys

Gets the list of names of property section names. The implementation should ensure this is immutable and enumerate in the same order as the properties were described in the collection type.

Declaration
IEnumerable<string> SectionKeys { get; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<System.String>
Built with ❤️ by @chyyran. Text content licensed under CC-BY-SA 4.0.