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