GenerationSource.

GenerationSource(FilePath, ICakeEnvironment, IFileSystem) Constructor

Summary

Initializes a new instance of the GenerationSource class.
Assembly
Cake.NSwag.dll
Namespace
Cake.NSwag.Sources
Containing Type
GenerationSource

Syntax

protected GenerationSource(FilePath sourceFilePath, ICakeEnvironment environment, IFileSystem fileSystem)

Parameters

Name Type Description
sourceFilePath FilePath Source file for the generation process
environment ICakeEnvironment The Cake evironment
fileSystem IFileSystem The file system

Return Value

Type Description
void