Interface ICompositeConfigurationSource
Represents a configuration source that is composed of multiple other configuration sources.
Namespace: Steeltoe.Configuration
Assembly: Steeltoe.Configuration.Abstractions.dll
Syntax
public interface ICompositeConfigurationSource
Properties
| Edit this page View SourceSources
Gets the sources that are owned by this composite source.
Declaration
IList<IConfigurationSource> Sources { get; }
Property Value
Type | Description |
---|---|
IList<IConfigurationSource> |