T_CommandLine_ParserResultType - adutton/commandline GitHub Wiki

ParserResultType Enumeration

Discriminator enumeration of ParserResultType derivates.

Namespace: CommandLine
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public enum ParserResultType

VB

Public Enumeration ParserResultType

C++

public enum class ParserResultType

F#

type ParserResultType

Members

 

Member name Value Description
Parsed 0 Value of Parsed(T) type.
NotParsed 1 Value of NotParsed(T) type.

See Also

Reference

CommandLine Namespace

⚠️ **GitHub.com Fallback** ⚠️