Exemplo n.º 1
0
 public ZincTypeInstance(ZincType type, ZincInstance instance = ZincInstance.Parameter) : this(instance, type)
 {
 }
Exemplo n.º 2
0
 public ZincTypeInstance(ZincType type, ZincInstance instance = ZincInstance.Parameter)
     : this(instance,type)
 {
 }
Exemplo n.º 3
0
 public ZincTypeInstance(ZincInstance instance, ZincType type)
 {
     this.data = (((ulong)instance) << 0x3f) | type.Data;
 }
Exemplo n.º 4
0
 public ZincTypeInstance(ZincInstance instance, ZincType type)
 {
     this.data = (((ulong)instance) << 0x3f) | type.Data;
 }