Click or drag to resize

CompileToMemory Constructor

Creates instance of the pipeline.

Namespace:  Syntactik.Compiler.Pipelines
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
public CompileToMemory(
	bool generateComments = false
)

Parameters

generateComments (Optional)
Type: SystemBoolean
If true generates XML comments.
See Also