MoreChoicesText<T>(SelectionPrompt<T>, string) Method

Sets the text that will be displayed if there are more choices to show.
public static SelectionPrompt<T> MoreChoicesText<T>(this SelectionPrompt<T> obj, string text) 
    where T : notnull
Namespace
Spectre.Console
Containing Type
SelectionPromptExtensions

Parameters

T
The prompt result type.

Parameters

SelectionPrompt<T> obj
The prompt.
string text
The text to display.

Returns