PERWAPI.TypeInstr.TypeInstr C# (CSharp) Method

TypeInstr() public method

public TypeInstr ( TypeOp inst, Type aType ) : System
inst TypeOp
aType Type
return System
        public TypeInstr(TypeOp inst, Type aType)
            : base((uint)inst)
        {
            theType = aType;
            size += 4;
        }