コード例 #1
0
 public ZincTypeInstance(ZincType type, ZincInstance instance = ZincInstance.Parameter) : this(instance, type)
 {
 }
コード例 #2
0
 public ZincTypeInstance(ZincType type, ZincInstance instance = ZincInstance.Parameter)
     : this(instance,type)
 {
 }
コード例 #3
0
 public ZincTypeInstance(ZincInstance instance, ZincType type)
 {
     this.data = (((ulong)instance) << 0x3f) | type.Data;
 }
コード例 #4
0
 public ZincTypeInstance(ZincInstance instance, ZincType type)
 {
     this.data = (((ulong)instance) << 0x3f) | type.Data;
 }