Constructor WeakReferenceValue
WeakReferenceValue()
Initializes a new instance of the WeakReferenceValue<T> struct.
public WeakReferenceValue()
WeakReferenceValue(T)
Initializes a new instance of the WeakReferenceValue<T> struct with the specified value.
public WeakReferenceValue(T value)
Parameters
value
TInitial value stored in the weak reference object.