Click or drag to resize

CdssLibraryLexer(ICharStream, TextWriter, TextWriter) Constructor

Initializes a new instance of the CdssLibraryLexer class

Namespace: SanteDB.Cdss.Xml.Antlr
Assembly: SanteDB.Cdss.Xml (in SanteDB.Cdss.Xml.dll) Version: 3.0.2081-alpha+424e72aeb77d4a8ba5755272e5fc2a3206eaa2f1
Syntax
public CdssLibraryLexer(
	ICharStream input,
	TextWriter output,
	TextWriter errorOutput
)

Parameters

input  ICharStream

[Missing <param name="input"/> documentation for "M:SanteDB.Cdss.Xml.Antlr.CdssLibraryLexer.#ctor(Antlr4.Runtime.ICharStream,System.IO.TextWriter,System.IO.TextWriter)"]

output  TextWriter

[Missing <param name="output"/> documentation for "M:SanteDB.Cdss.Xml.Antlr.CdssLibraryLexer.#ctor(Antlr4.Runtime.ICharStream,System.IO.TextWriter,System.IO.TextWriter)"]

errorOutput  TextWriter

[Missing <param name="errorOutput"/> documentation for "M:SanteDB.Cdss.Xml.Antlr.CdssLibraryLexer.#ctor(Antlr4.Runtime.ICharStream,System.IO.TextWriter,System.IO.TextWriter)"]

See Also