KeyValuePairConverterTKey, TValueValueConverter Property

Gets the converter used for the values of the key/value pair.

Definition

Namespace: Ookii.CommandLine.Conversion
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
C#
public ArgumentConverter ValueConverter { get; }

Property Value

ArgumentConverter

Remarks

The ArgumentConverter used for the values.

See Also