Class WeakReferenceExtensions
Extension methods for WeakReference<T> when T is View.
public static class WeakReferenceExtensions
- Inheritance
-
WeakReferenceExtensions
- Inherited Members
Methods
- ToIdentifyingString(WeakReference<View>?)
Returns a formatted string representation of the WeakReference<T> to a View.
- TryGetSource(WeakReference<View>?, out View?)
Tries to get the source View from a WeakReference<T>.