LGTemplateLexer Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| LGTemplateLexer(ICharStream) | |
| LGTemplateLexer(ICharStream, TextWriter, TextWriter) |
LGTemplateLexer(ICharStream)
public LGTemplateLexer (Antlr4.Runtime.ICharStream input);
new LGTemplateLexer : Antlr4.Runtime.ICharStream -> LGTemplateLexer
Public Sub New (input As ICharStream)
Parameters
- input
- Antlr4.Runtime.ICharStream
Applies to
LGTemplateLexer(ICharStream, TextWriter, TextWriter)
public LGTemplateLexer (Antlr4.Runtime.ICharStream input, System.IO.TextWriter output, System.IO.TextWriter errorOutput);
new LGTemplateLexer : Antlr4.Runtime.ICharStream * System.IO.TextWriter * System.IO.TextWriter -> LGTemplateLexer
Public Sub New (input As ICharStream, output As TextWriter, errorOutput As TextWriter)
Parameters
- input
- Antlr4.Runtime.ICharStream
- output
- TextWriter
- errorOutput
- TextWriter