ABT.BinaryOpSupportingIntegralOperands.OperateULong C# (CSharp) 메소드

OperateULong() 공개 추상적인 메소드

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
리턴 void
        public abstract void OperateULong(CGenState state);