BACnet.SchemaParser.Lexer.Lexer C# (CSharp) 메소드

Lexer() 공개 메소드

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