NullableWeakReferenceTarget Property

Gets the object (the target) referenced by the current NullableWeakReference object. Set will only accept null.

Definition

Namespace: Gemstone
Assembly: Gemstone.Common (in Gemstone.Common.dll) Version: 1.0.128 -- Release Build+d050cfc5563c89a1188cc3c6b2d417530856f490
public override Object? Target { get; set; }

Return Value

Object
null if the object referenced by the current NullableWeakReference object has been garbage collected or cleared; otherwise, a reference to the object referenced by the current NullableWeakReference object.

Exceptions

InvalidOperationExceptionIf setting this property to anything other than null

See Also