ICompleter
Description
Provide tab completions for an input string.
Public Member Functions | |
IEnumerable< string > | Complete (string input) |
Return a list of matching strings for the given input. More... | |
Member Function Documentation
IEnumerable<string> Complete | ( | string | input | ) |
Return a list of matching strings for the given input.
They do not need to be in any particular order.
Implemented in ListCompleter< T >.