Mono.ILASM.InstrToken.InstrToken C# (CSharp) Méthode

InstrToken() public méthode

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