Gets a dictionary of defined symbols in the current context.

Namespace: SharpAssembler.Core
Assembly: 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

See Also