Click or drag to resize

XmlGeneratorWriterDelegate Field

Delegate is called to create XmlWriter for each Document.

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

Field Value

Type: FuncString, Encoding, XmlWriter
See Also