KeyValuePairConverterTKey, TValueKeyConverter Property
Gets the converter used for the keys of the key/value pair.
Namespace: Ookii.CommandLine.ConversionAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 5.0.0+724ca9b7fa5edc075ec2ae65044e61b0d494fd1c
public ArgumentConverter KeyConverter { get; }
Public ReadOnly Property KeyConverter As ArgumentConverter
Get
Dim instance As KeyValuePairConverter
Dim value As ArgumentConverter
value = instance.KeyConverter
public:
property ArgumentConverter^ KeyConverter {
ArgumentConverter^ get ();
}
Property Value
ArgumentConverter