C# 클래스 SharpOS.AOT.IR.Instructions.Return

상속: Instruction
파일 보기 프로젝트 열기: sharpos/SharpOS

공개 메소드들

메소드 설명
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