Start<T>(Func<LiveDisplayContext, T>) Method
Starts the live display.
public T Start<T>(Func<LiveDisplayContext, T> func)
- Namespace
- Spectre
.Console - Containing Type
- LiveDisplay
Parameters
-
T
- The result type.
Parameters
-
Func
<LiveDisplayContext, T> func - The action to execute.
Returns
- T