KeyValuePairConverterTKey, TValue Constructor

Initializes a new instance of the KeyValuePairConverterTKey, TValue class.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.1.1
C#
public KeyValuePairConverter()

Exceptions

NotSupportedExceptionEither the key or value TypeConverter does not support converting from a string.

See Also