T_CommandLine_ParserResultType - adutton/commandline GitHub Wiki
Discriminator enumeration of ParserResultType derivates.
Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
public enum ParserResultTypeVB
Public Enumeration ParserResultTypeC++
public enum class ParserResultTypeF#
type ParserResultType
| Member name | Value | Description | |
|---|---|---|---|
| Parsed | 0 | Value of Parsed(T) type. | |
| NotParsed | 1 | Value of NotParsed(T) type. |