Table of Contents

Constructor WeakReferenceValue

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 T

Initial value stored in the weak reference object.