Get<T>(string) Method
Gets the state value for the specified key.
public T Get<T>(string key) where T : struct
- Namespace
- Spectre
.Console - Containing Type
- ProgressTaskState
Parameters
-
T
- The state value type.
Parameters
- string key
- The state key.
Returns
- T