ABT.BinaryOpSupportingIntegralOperands.OperateULong C# (CSharp) Méthode

OperateULong() public abstract méthode

Before calling this method, %eax = Left, %ebx = Right This method should let %eax = %eax op %ebx
public abstract OperateULong ( CGenState state ) : void
state CodeGeneration.CGenState
Résultat void
        public abstract void OperateULong(CGenState state);