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