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