Skip to content

T_CommandLine_ParserResultType

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

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

Clone this wiki locally