CommandLineArgumentIsDictionary Property

Gets a value indicating whether this argument is a dictionary argument.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 3.0.0
C#
public bool IsDictionary { get; }

Property Value

Boolean
if this the Kind property is Dictionary; otherwise, .

See Also