nspectre - declarative validation for .NET

SettingsCompiler.CreateGenerator Method 

Creates a new instance of Generator.

protected virtual Generator CreateGenerator(
   bool saveGeneratedCode,
   string path
);

Parameters

saveGeneratedCode
Whether to save generated code.
path
The path to which to save generated code.

Return Value

A new instance of Generator.

See Also

SettingsCompiler Class | NSpectre.Core.Configuration.Compiler Namespace