KeyValuePairConverterTKey, TValueValueConverter Property
Gets the converter used for the values of the key/value pair.
Namespace: Ookii.CommandLine.ConversionAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.0.0+bb7ed9a8fdfd1cb21824750a8cf508863ad15086
public ArgumentConverter ValueConverter { get; }
Public ReadOnly Property ValueConverter As ArgumentConverter
Get
Dim instance As KeyValuePairConverter
Dim value As ArgumentConverter
value = instance.ValueConverter
public:
property ArgumentConverter^ ValueConverter {
ArgumentConverter^ get ();
}
Property Value
ArgumentConverter