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

Sets the text that instructs the user of how to select items.
public static MultiSelectionPrompt<T> InstructionsText<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