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

Sets the title.
public static MultiSelectionPrompt<T> Title<T>(this MultiSelectionPrompt<T> obj, string title) 
    where T : notnull

Parameters

T
The prompt result type.

Parameters

MultiSelectionPrompt<T> obj
The prompt.
string title
The title markup text.

Returns