Decreases the reference count of a single object without disposing it. Use this to move an object out of a scope (typically return at the end of a function)
See Implementation
Decreases the reference count of a single object without disposing it. Use this to move an object out of a scope (typically return at the end of a function)