C# Class DuplicateFinder.Core.CommandLine.CommandLineParser

Inheritance: ICommandLineParser
Afficher le fichier Open project: agross/duplicatefinder Class Usage Examples

Méthodes publiques

Méthode Description
CommandLineParser ( ) : System.Linq
Parse ( string args ) : ICommand

Method Details

CommandLineParser() public méthode

public CommandLineParser ( ) : System.Linq
Résultat System.Linq

Parse() public méthode

public Parse ( string args ) : ICommand
args string
Résultat ICommand