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: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
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