Table of Contents

Method SetSourceAsync

Namespace
Terminal.Gui
Assembly
Terminal.Gui.dll

SetSourceAsync<T>(ObservableCollection<T>)

Sets the source to an IList value asynchronously.

public Task SetSourceAsync<T>(ObservableCollection<T> source)

Parameters

source ObservableCollection<T>

Returns

Task

An item implementing the IList interface.

Type Parameters

T

Remarks

Use the Source property to set a new IListDataSource source and use custom rendering.