Ancestry.Daisy.Language.Lexer.Lexer C# (CSharp) Method

Lexer() public method

public Lexer ( Stream stream ) : System
stream Stream
return System
        public Lexer(Stream stream)
        {
            reader = new StreamReader(stream);
        }