public VRML97Token(string text, VRML97TokenType type) {
     this.text = text;
     this.type = type;
 }
Beispiel #2
0
 public VRML97Token(string text, VRML97TokenType type)
 {
     this.text = text;
     this.type = type;
 }