IConfigurationRegistry Interface

Namespace
CondenserDotNet.Configuration
Interfaces
  • IDisposable
Implementing Types
graph TD Interface0["IDisposable"]-.->Type Type["IConfigurationRegistry"] class Type type-node Type-.->Implementing0["ConsulRegistry"] click Implementing0 "/CondenserDocs/api/CondenserDotNet.Configuration.Consul/ConsulRegistry"

Syntax

public interface IConfigurationRegistry : IDisposable

Properties

Name Value Summary
AllKeys IEnumerable<string>
Root IConfigurationRoot
this[string] string

Methods

Extension Methods