Class DataIfDefined
Inheritance
System.Object
DataIfDefined
Assembly: XSharp.dll
Syntax
public class DataIfDefined : DataMember, IIfDefined
Constructors
|
Improve this Doc
View Source
DataIfDefined(String)
Declaration
public DataIfDefined(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
IComparable<>