KeyValuePairConverterTKey, TValueAllowNullValues Property

Gets a value which indicates whether the values of the key/value pair can be .

Definition

Namespace: Ookii.CommandLine.Conversion
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public bool AllowNullValues { get; }

Property Value

Boolean
if values are allowed; otherwise, .

Remarks

This property should only be true if TValue is a value type other than NullableT or a reference type without a nullable annotation.

The keys of a key/value pair can never be .

See Also