SymbolContainer Methods |
The SymbolContainer type exposes the following members.
| Name | Description | |
|---|---|---|
| AddSymbol |
Adds a symbol to the container.
| |
| Equals(Object) |
Determines whether the specified object is equal to the current object.
(Inherited from SymbolBase.) | |
| Equals(SymbolBase) |
Determines whether the specified object is equal to the current object.
(Inherited from SymbolBase.) | |
| GetHashCode |
Returns the hash code for this symbol.
(Inherited from SymbolBase.) | |
| RemoveSymbol |
Removes a symbol from the container.
| |
| ToString |
Returns a string that represents the symbol.
(Inherited from SymbolBase.) | |
| TryGetSymbol(UInt32, SymbolBase) |
Find a symbol by instance id.
| |
| TryGetSymbol(String, SymbolBase, Boolean) |
Find a symbol by name.
|