C# Class Mosa.Compiler.Framework.CIL.RethrowInstruction

Intermediate representation of the IL rethrow instruction.
Inheritance: BaseCILInstruction
ファイルを表示 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
RethrowInstruction ( OpCode opcode )

Initializes a new instance of the RethrowInstruction class.

Method Details

RethrowInstruction() public method

Initializes a new instance of the RethrowInstruction class.
public RethrowInstruction ( OpCode opcode )
opcode OpCode The opcode.