CommandLineArgument.IsMultiValue Property

Gets a value indicating whether this argument is a multi-value argument.

Definition

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

Property Value

Boolean
true if the Kind property is MultiValue or Dictionary; otherwise, false.

See Also