コード例 #1
0
        protected override void VisitLoadConstI41Instruction(LoadConstI41Instruction instruction)
        {
            var stackVal = new CilStackValueInt32(1);

            ControlState.EvaluationStack.Push(stackVal);

            ControlState.MoveToNextInstruction();
        }
コード例 #2
0
 protected abstract void VisitLoadConstI41Instruction(LoadConstI41Instruction instruction);