Method ToIdentifyingString
ToIdentifyingString(WeakReference<View>?)
Returns a formatted string representation of the WeakReference<T> to a View.
public static string ToIdentifyingString(this WeakReference<View>? weakRef)
Parameters
weakRefWeakReference<View>
Returns
- string
A string identifying the referenced View, or "(null)" if the reference is null or dead.