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