The symbol table. Symbols can be retrieved by name, and are enumerated by virtual address.

Namespace: SharpAssembler.Core.Symbols
Assembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public class SymbolTable : KeyedCollection<string, Symbol>
Visual Basic
Public Class SymbolTable _
	Inherits KeyedCollection(Of String, Symbol)
Visual C++
public ref class SymbolTable : public KeyedCollection<String^, Symbol^>

Inheritance Hierarchy

System..::..Object
  System.Collections.ObjectModel..::..Collection<(Of <(<'Symbol>)>)>
    System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'String, Symbol>)>)>
      SharpAssembler.Core.Symbols..::..SymbolTable

See Also