System::Object::SharedRefRemovedSafe method

Object::SharedRefRemovedSafe method

Decrements and returns shared reference count. Shouldn’t be called directly; instead, use smart pointers or ThisProtector.

int System::Object::SharedRefRemovedSafe()

ReturnValue

Decremented value of shared reference counter.

Remarks

Implementation.

See Also