Assembler.Instruction.Instruction C# (CSharp) Method

Instruction() public method

public Instruction ( Assembler.Instructions type, Operand left, Operand right ) : System
type Assembler.Instructions
left Operand
right Operand
return System
        public Instruction(Instructions type, Operand left, Operand right)
        {
            Type = type;
            Left = left;
            Right = right;
        }

Same methods

Instruction::Instruction ( ) : System