Property Timeouts | Terminal.Gui v1 (original) (raw)

Namespace

Terminal.Gui

Assembly

Terminal.Gui.dll

Timeouts

Gets the list of all timeouts sorted by the TimeSpan time ticks./>. A shorter limit time can be added at the end, but it will be called before an earlier addition that has a longer limit time.

public SortedList<long, MainLoop.Timeout> Timeouts { get; }

Property Value

SortedList<long, MainLoop.Timeout>

Edit this page