Click or drag to resize

KeyValuePairConverterTKey, TValue Constructor

Namespace:  Ookii.CommandLine
Assembly:  Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 2.4.0
Syntax
public KeyValuePairConverter()
Exceptions
ExceptionCondition
NotSupportedExceptionEither the key or value TypeConverter does not support converting from a string.
See Also