parse.Parser.Parser C# (CSharp) Method

Parser() public method

public Parser ( ) : System
return System
        public Parser(params char[] quoteChars)
        {
            this.quoteChars = quoteChars;
        }