WeakReference::create
Create a new weak reference
&reftitle.description;
public static WeakReferenceWeakReference::create
objectobject
Creates a new WeakReference.
&reftitle.parameters;
object
The object to be weakly referenced.
&reftitle.returnvalues;
Returns a new WeakReference, or the existing instance if there was already a WeakReference to the same object.