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

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

Méthodes publiques

Méthode Description
MulInstruction ( OpCode opCode )

Initializes a new instance of the MulInstruction class.

Method Details

MulInstruction() public méthode

Initializes a new instance of the MulInstruction class.
public MulInstruction ( OpCode opCode )
opCode OpCode The op code.