Click or drag to resize

WeakKeyT Properties

The WeakDictionaryTKey, TValueWeakKeyT type exposes the following members.

Properties
 NameDescription
Public propertyIsAliveGets an indication whether the object referenced by the current WeakReference object has been garbage collected.
(Inherited from WeakReference)
Public propertyTargetGets or sets the object (the target) referenced by the current WeakReference object.
(Inherited from WeakReference)
Public propertyTrackResurrectionGets an indication whether the object referenced by the current WeakReference object is tracked after it is finalized.
(Inherited from WeakReference)
Top
See Also