Gets a dictionary of defined symbols in the current context.
Namespace: SharpAssembler.CoreAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C# |
---|
public SymbolTable SymbolTable { get; } |
Visual Basic |
---|
Public ReadOnly Property SymbolTable As SymbolTable Get |
Visual C++ |
---|
public: property SymbolTable^ SymbolTable { SymbolTable^ get (); } |
Field Value
A SymbolTable object.
Contracts
Get
Ensures |
---|
Contract.Result<SymbolTable>() != null |