Mono.ILASM.InstrToken.InstrToken C# (CSharp) Method

InstrToken() public method

public InstrToken ( OpCode opcode ) : System
opcode System.Reflection.Emit.OpCode
return System
		public InstrToken (OpCode opcode)
		{
			this.val = opcode;
			token = GetInstrType (opcode);
		}