Method AddRef
AddRef()
Adds a reference count for the symbol resulting in a distinct managed instance with it's own ref count (released via Dispose())
public SymbolStringPoolEntry AddRef()
Returns
- SymbolStringPoolEntry
New managed wrapper instance with it's own ref count to control the lifetime of the underlying symbol
Exceptions
- ObjectDisposedException
Object is already disposed and therefore has no reference count