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

Sets the text that will be displayed if there are more choices to show.
public static MultiSelectionPrompt<T> MoreChoicesText<T>(this MultiSelectionPrompt<T> obj, string text) 
    where T : notnull

Parameters

T
The prompt result type.

Parameters

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

Returns