ArgumentKind Enumeration

Specifies what kind of argument an instance of the CommandLineArgument class represents.

Definition

Namespace: Ookii.CommandLine
Assembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.2.0+a4d3631e4dcc0970081ed435288efdebc1325f83
C#
public enum ArgumentKind

Members

SingleValue0 A regular argument that can have only a single value.
MultiValue1 A multi-value argument.
Dictionary2 A dictionary argument, which is a multi-value argument where the values are key/value pairs with unique keys.
Method3 An argument that invokes a method when specified.

See Also