C# Class BlueCollar.Console.InputOptions

Show file Open project: ChadBurggraf/blue-collar Class Usage Examples

Public Methods

Method Description
Create ( IEnumerable args ) : InputOptions

Creates a new InputOptions instance by parsing the given collection of arguments.

InputOptions ( ) : System

Initializes a new instance of the InputOptions class.

Method Details

Create() public static method

Creates a new InputOptions instance by parsing the given collection of arguments.
public static Create ( IEnumerable args ) : InputOptions
args IEnumerable The collection of arguments to parse.
return InputOptions

InputOptions() public method

Initializes a new instance of the InputOptions class.
public InputOptions ( ) : System
return System