C# Класс SharpOS.AOT.IR.Instructions.Return

Наследование: Instruction
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Return() публичный Метод

Initializes a new instance of the Return class. Constructor for the case there is no return value
public Return ( ) : System
Результат System

Return() публичный Метод

Initializes a new instance of the Return class.
public Return ( Register value ) : System
value Register The value.
Результат System