Esempio n. 1
0
 public static ZincTypeInstance Varifiable(ZincTypeInstance input)
 {
     return(new ZincTypeInstance(ZincInstance.Variable, input.ZincType));
 }
Esempio n. 2
0
 public static ZincTypeInstance Varifiable(ZincTypeInstance input)
 {
     return new ZincTypeInstance (ZincInstance.Variable, input.ZincType);
 }