nspectre - declarative validation for .NET

SettingsCompiler.GetCompiledSettings Method 

Gets the compiled settings.

public ICompiledSettings GetCompiledSettings(
   Settings settings
);

Parameters

settings
The settings to compile.

Return Value

An ICompiledSettings.

Implements

ISettingsCompiler.GetCompiledSettings

See Also

SettingsCompiler Class | NSpectre.Core.Configuration.Compiler Namespace