Retrieves an element from the handle manager by its handle. If no element exists at the handle, or the handle is no longer valid, null is returned. If the type of the stored element cannot store null, an exception is raised instead.
An element stored in the handle manager.
See Implementation
Retrieves an element from the handle manager by its handle. If no element exists at the handle, or the handle is no longer valid, null is returned. If the type of the stored element cannot store null, an exception is raised instead.