Click or drag to resize

JsonGeneratorWriterDelegate Field

Delegate is called to create JsonWriter for each Document.

Namespace:  Syntactik.Compiler.Generator
Assembly:  Syntactik (in Syntactik.dll) Version: 0.3.0-beta1
Syntax
C#
protected readonly Func<string, JsonWriter> WriterDelegate

Field Value

Type: FuncString, JsonWriter
See Also