C# Class SharpOS.AOT.IR.Instructions.SimpleBranch

Inheritance: Instruction
Afficher le fichier Open project: sharpos/SharpOS

Méthodes publiques

Méthode Description
SimpleBranch ( Type type, Register operand ) : System

Initializes a new instance of the SimpleBranch class.

Method Details

SimpleBranch() public méthode

Initializes a new instance of the SimpleBranch class.
public SimpleBranch ( Type type, Register operand ) : System
type System.Type The type.
operand Register The operand.
Résultat System