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

Inheritance: BaseCILInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
BreakInstruction ( OpCode opcode )

Initializes a new instance of the BreakInstruction class.

Method Details

BreakInstruction() public méthode

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