Title<T>(MultiSelectionPrompt<T>, string) Method
Sets the title.
public static MultiSelectionPrompt<T> Title<T>(this MultiSelectionPrompt<T> obj, string title)
where T : notnull
- Namespace
- Spectre
.Console - Containing Type
- Multi
Selection Prompt Extensions
Parameters
-
T
- The prompt result type.
Parameters
-
MultiSelectionPrompt
<T> obj - The prompt.
- string title
- The title markup text.