BadScript 2
Loading...
Searching...
No Matches
ParserResult.cs File Reference

Go to the source code of this file.

Classes

class  CommandLine.TypeInfo
 
class  CommandLine.ParserResult< T >
 Models a parser result. When inherited by CommandLine.Parsed<T>, it contains an instance of type T with parsed values. When inherited by CommandLine.NotParsed<T>, it contains a sequence of CommandLine.Error. More...
 
class  CommandLine.Parsed< T >
 It contains an instance of type T with parsed values. More...
 
class  CommandLine.NotParsed< T >
 It contains a sequence of CommandLine.Error. More...
 

Namespaces

namespace  CommandLine
 

Enumerations

enum  CommandLine.ParserResultType { CommandLine.Parsed , CommandLine.NotParsed }
 Discriminator enumeration of CommandLine.ParserResultType derivates. More...