Beispiel #1
0
 public TKTConstructorDesc SearchConstructor(TKTConstructorDesc bracket)
 {
     return(GclUtil.SearchConstructor(bracket, this.WordDict, this.ForType));
 }
Beispiel #2
0
 public TKTConstructorDesc SearchConstructor(TKTConstructorDesc desc)
 {
     return(GclUtil.SearchConstructor(desc, this.WordDict, this.ForType));
 }