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

Inheritance: Instruction
Mostrar archivo Open project: sharpos/SharpOS

Public Methods

Method 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 method

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

Return() public method

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