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