Table of Contents

Class Empty

Namespace
Tlabs.Config
Assembly
Tlabs.Core.dll
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

IConfigurationSection

Properties

this[string]

public string? this[string key] { get; set; }

Parameters

key string

Property Value

string

Key

public string Key { get; }

Property Value

string

Path

public string Path { get; }

Property Value

string

Value

public string? Value { get; set; }

Property Value

string

Methods

GetChildren()

public IEnumerable<IConfigurationSection> GetChildren()

Returns

IEnumerable<IConfigurationSection>

GetReloadToken()

public IChangeToken GetReloadToken()

Returns

IChangeToken

GetSection(string)

public IConfigurationSection GetSection(string key)

Parameters

key string

Returns

IConfigurationSection