RemovedSharedRefs()

Object::RemovedSharedRefs(int) method

Decreases shared reference count by specified value.

int System::Object::RemovedSharedRefs(int count)

Arguments

ParameterTypeDescription
countintNumber of shared references to remove.

Return Value

Decreased value of shared reference counter.

Remarks

Implementation.

See Also