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

Inheritance: BaseCILInstruction
显示文件 Open project: tgiphil/MOSA-Project

Public Methods

Method Description
EndFinallyInstruction ( OpCode opcode )

Initializes a new instance of the EndFinallyInstruction class.

Method Details

EndFinallyInstruction() public method

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