DictCompleter< ValueT >
Description
Have objects with specialized names? Use this completer.
The completion name will be the key and the coercion will be the value from the dictionary.
Public Member Functions | |
| DictCompleter (Dictionary< string, string > list) | |
| Requires a list of strings. | |
Public Member Functions inherited from ICoercer | |
| object | Coerce (string input, Type desiredType) |
| Coerce or lookup an input string to a particular type. More... | |
Additional Inherited Members | |
Properties inherited from ICoercer | |
| Type | defaultType [get] |
| What is the default or preferred type for this Coercer. More... | |
Public Member Functions inherited from