Table of Contents

Delegate AspectGetterDelegate<T>

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

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

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

Parameters

toRender T

The object that is being rendered

Returns

string

Type Parameters

T