BACnet.SchemaParser.Lexer.Lexer C# (CSharp) Méthode

Lexer() public méthode

Constructs a new lexer instance
public Lexer ( TextReader reader ) : System
reader TextReader The text reader to parse
Résultat System
        public Lexer(TextReader reader)
        {
            this._reader = reader;
            _nextLine();
        }