C# Class Isop.Parse.ArgumentParser

Afficher le fichier Open project: Lundalogik/isop Class Usage Examples

Méthodes publiques

Méthode Description
ArgumentParser ( IEnumerable argumentWithOptions, bool allowInferParameter ) : System
Parse ( IEnumerable arguments ) : ParsedArguments
Parse ( IList lexed, IEnumerable arguments ) : ParsedArguments

Private Methods

Méthode Description
InferParameter ( List recognizedIndexes, IList recognized, Token current ) : void

Method Details

ArgumentParser() public méthode

public ArgumentParser ( IEnumerable argumentWithOptions, bool allowInferParameter ) : System
argumentWithOptions IEnumerable
allowInferParameter bool
Résultat System

Parse() public méthode

public Parse ( IEnumerable arguments ) : ParsedArguments
arguments IEnumerable
Résultat ParsedArguments

Parse() public méthode

public Parse ( IList lexed, IEnumerable arguments ) : ParsedArguments
lexed IList
arguments IEnumerable
Résultat ParsedArguments