Class Empty
Empty IConfiguration.
public class Empty : IConfigurationSection, IConfiguration
- Inheritance
-
Empty
- Implements
- Inherited Members
- Extension Methods
Constructors
Empty()
public Empty()
Fields
Configuration
Empty Configuration
public static readonly IConfigurationSection Configuration
Field Value
Properties
this[string]
public string? this[string key] { get; set; }
Parameters
key
string
Property Value
Key
public string Key { get; }
Property Value
Path
public string Path { get; }
Property Value
Value
public string? Value { get; set; }
Property Value
Methods
GetChildren()
public IEnumerable<IConfigurationSection> GetChildren()
Returns
GetReloadToken()
public IChangeToken GetReloadToken()
Returns
GetSection(string)
public IConfigurationSection GetSection(string key)
Parameters
key
string