The symbol table. Symbols can be retrieved by name, and are enumerated by virtual address.
            
Namespace: SharpAssembler.Core.SymbolsAssembly: SharpAssembler Core (in SharpAssembler Core.dll) Version: 1.0.0.0 (1.0.0.0)
 Syntax
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
Inheritance Hierarchy
System..::..Object
System.Collections.ObjectModel..::..Collection<(Of <(<'Symbol>)>)>
System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'String, Symbol>)>)>
SharpAssembler.Core.Symbols..::..SymbolTable
System.Collections.ObjectModel..::..Collection<(Of <(<'Symbol>)>)>
System.Collections.ObjectModel..::..KeyedCollection<(Of <(<'String, Symbol>)>)>
SharpAssembler.Core.Symbols..::..SymbolTable





