ConfigHelper<T>.

ConfigHelper(T) Constructor

Summary

Creates a new helper with the specified value.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Configuration
Containing Type
ConfigHelper<T>

Syntax

public ConfigHelper(T value)

Parameters

Name Type Description
value T The value.

Return Value

Type Description
void
GitHub