parse.Parser.Parser C# (CSharp) 메소드

Parser() 공개 메소드

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