WeakAttribute
Description
- Derived from
-
Attribute abstract
The annotated field stores a weak reference.
A weak reference does not prevent the referenced object from being garbage collected (C#) or deleted (C++). The declaring type is responsible for making sure that the weak reference will never point to a deleted object.