Class IfNotDefined
Inheritance
System.Object
IfNotDefined
Assembly: XSharp.dll
Syntax
public class IfNotDefined : Instruction, IIfNotDefined
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