Class Return
Inheritance
System.Object
Return
Assembly: XSharp.dll
Syntax
public class Return : Instruction
Constructors
|
Improve this Doc
View Source
Return()
Declaration
Properties
|
Improve this Doc
View Source
DestinationValue
Declaration
public uint DestinationValue { get; set; }
Property Value
| Type |
Description |
| System.UInt32 |
|
Methods
|
Improve this Doc
View Source
WriteText(Assembler, TextWriter)
Declaration
public override void WriteText(Assembler aAssembler, TextWriter aOutput)
Parameters
| Type |
Name |
Description |
| Assembler |
aAssembler |
|
| TextWriter |
aOutput |
|
Overrides