StackStream.Lexer.Lexer C# (CSharp) Method

Lexer() private method

private Lexer ( string value ) : System
value string
return System
        private Lexer(string value)
        {
            Data = value;
            Pointer = 0;
        }