System::Object::RemovedSharedRefs method

Object::RemovedSharedRefs method

Decreases shared reference count by specified value.

int System::Object::RemovedSharedRefs(int count)
ParameterTypeDescription
countintNumber of shared references to remove.

ReturnValue

Decreased value of shared reference counter.

Remarks

Implementation.

See Also