CommandLineArgumentIsMultiValue 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.1.1
C#
public bool IsMultiValue { get; }

Property Value

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

See Also