Table of Contents

Class SubSectionConfigurator<T>

Namespace
Tlabs.Config
Assembly
Tlabs.Core.dll

Sub-Section configurator.

public class SubSectionConfigurator<T> : IConfigurator<T>

Type Parameters

T
Inheritance
SubSectionConfigurator<T>
Implements
Inherited Members
Extension Methods

Constructors

SubSectionConfigurator()

public SubSectionConfigurator()

Methods

AddTo(T, IConfiguration)

Method called to add a specific configuration to a target.

public void AddTo(T target, IConfiguration cfg)

Parameters

target T
cfg IConfiguration