ArgumentKind Enumeration
Namespace: Ookii.CommandLineAssembly: Ookii.CommandLine (in Ookii.CommandLine.dll) Version: 4.1.0+9df03b6173b5fc9d44dc39638758964dd7a0f4c7
Public Enumeration ArgumentKind
Dim instance As ArgumentKind
public enum class ArgumentKind
SingleValue | 0 |
A regular argument that can have only a single value.
|
MultiValue | 1 |
A multi-value argument.
|
Dictionary | 2 |
A dictionary argument, which is a multi-value argument where the values are key/value
pairs with unique keys.
|
Method | 3 |
An argument that invokes a method when specified.
|