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

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

Méthodes publiques

Méthode Description
NopInstruction ( OpCode opcode )

Initializes a new instance of the NopInstruction class.

Method Details

NopInstruction() public méthode

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