C# Class DuplicateFinder.Core.CommandLine.CommandLineParser

Inheritance: ICommandLineParser
ファイルを表示 Open project: agross/duplicatefinder Class Usage Examples

Public Methods

Method Description
CommandLineParser ( ) : System.Linq
Parse ( string args ) : ICommand

Method Details

CommandLineParser() public method

public CommandLineParser ( ) : System.Linq
return System.Linq

Parse() public method

public Parse ( string args ) : ICommand
args string
return ICommand