Beispiel #1
0
 public TypeReferenceParser(string input)
 {
     _lexer = new TypeReferenceLexer(input);
 }
 public TypeReferenceParser(string input)
 {
     _lexer = new TypeReferenceLexer(input);
 }