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

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

Méthodes publiques

Méthode Description
Return ( ) : System

Initializes a new instance of the Return class. Constructor for the case there is no return value

Return ( Register value ) : System

Initializes a new instance of the Return class.

Method Details

Return() public méthode

Initializes a new instance of the Return class. Constructor for the case there is no return value
public Return ( ) : System
Résultat System

Return() public méthode

Initializes a new instance of the Return class.
public Return ( Register value ) : System
value Register The value.
Résultat System