Beispiel #1
0
 public ZincTypeInstance(ZincType type, ZincInstance instance = ZincInstance.Parameter) : this(instance, type)
 {
 }
 public ZincTypeInstance(ZincType type, ZincInstance instance = ZincInstance.Parameter)
     : this(instance,type)
 {
 }
Beispiel #3
0
 public ZincTypeInstance(ZincInstance instance, ZincType type)
 {
     this.data = (((ulong)instance) << 0x3f) | type.Data;
 }
 public ZincTypeInstance(ZincInstance instance, ZincType type)
 {
     this.data = (((ulong)instance) << 0x3f) | type.Data;
 }