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

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

Public Methods

Method Description
BreakInstruction ( OpCode opcode )

Initializes a new instance of the BreakInstruction class.

Method Details

BreakInstruction() public method

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