Inazuma.Mono.Cecil.Cil.Instruction.Instruction C# (CSharp) Method

Instruction() private method

private Instruction ( OpCode opcode, object operand ) : System
opcode OpCode
operand object
return System
		internal Instruction (OpCode opcode, object operand)
		{
			this.opcode = opcode;
			this.operand = operand;
		}

Same methods

Instruction::Instruction ( int offset, OpCode opCode ) : System