Interface ICompositeConfigurationSource
- Namespace
- Steeltoe.Configuration
- Assembly
- Steeltoe.Configuration.Abstractions.dll
Represents a configuration source that is composed of multiple other configuration sources.
public interface ICompositeConfigurationSource : IConfigurationSource
- Inherited Members
Properties
Sources
Gets the sources that are owned by this composite source.
IList<IConfigurationSource> Sources { get; }