C# Class BlueCollar.Console.InputOptions

Afficher le fichier Open project: ChadBurggraf/blue-collar Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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.
Résultat InputOptions

InputOptions() public méthode

Initializes a new instance of the InputOptions class.
public InputOptions ( ) : System
Résultat System