Class Define
Inheritance
System.Object
Define
Assembly: XSharp.dll
Syntax
public class Define : Instruction, IDefine
Constructors
|
Improve this Doc
View Source
Define(String)
Declaration
public Define(string aSymbol)
Parameters
Type |
Name |
Description |
System.String |
aSymbol |
|
Properties
|
Improve this Doc
View Source
Symbol
Declaration
public string Symbol { 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 |
|
Implements