Table of Contents

Method ToIdentifyingString

Namespace
Terminal.Gui.ViewBase
Assembly
Terminal.Gui.dll

ToIdentifyingString(WeakReference<View>?)

Returns a formatted string representation of the WeakReference<T> to a View.

public static string ToIdentifyingString(this WeakReference<View>? weakRef)

Parameters

weakRef WeakReference<View>

Returns

string

A string identifying the referenced View, or "(null)" if the reference is null or dead.