EnableSearch<T>(SelectionPrompt<T>) Method
Enables search for the prompt.
public static SelectionPrompt<T> EnableSearch<T>(this SelectionPrompt<T> obj) where T : notnull
- Namespace
- Spectre
.Console - Containing Type
- Selection
Prompt Extensions
Parameters
-
T
- The prompt result type.
Parameters
-
SelectionPrompt
<T> obj - The prompt.