Table of Contents

Delegate AspectGetterDelegate<T>

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Delegates of this type are used to fetch string representations of user's model objects.

public delegate string AspectGetterDelegate<in T>(T toRender) where T : class

Parameters

toRender T

The object that is being rendered.

Returns

string

The string representation to display in the tree.

Type Parameters

T

Constructors

AspectGetterDelegate(object, nint)

Methods

BeginInvoke(T, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(T)