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

Inheritance: Mosa.Compiler.Framework.CIL.ArithmeticInstruction
Afficher le fichier Open project: tgiphil/MOSA-Project

Méthodes publiques

Méthode Description
DivInstruction ( OpCode opcode )

Initializes a new instance of the DivInstruction class.

Method Details

DivInstruction() public méthode

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