Mono.Cecil.Fluent.CecilExtensions.ToSystem C# (CSharp) Method

ToSystem() public static method

public static ToSystem ( this that ) : OpCode
that this
return System.Reflection.Emit.OpCode
		public static OpCode ToSystem(this Cil.OpCode that)
		{
			return SystemOpCodes[that.Name];
		}
	}