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.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
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