Table of Contents

Property Timeouts

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, Timeout> Timeouts { get; }

Property Value

SortedList<long, Timeout>