Click or drag to resize

SyntactikCompiler Constructor (CompilerParameters)

Creates instance of the SyntactikCompiler.

Namespace:  Syntactik.Compiler
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public SyntactikCompiler(
	CompilerParameters parameters
)

Parameters

parameters
Type: Syntactik.CompilerCompilerParameters
Compiler parameters.
See Also