C# Class NetBuild.ConsoleApp.ConsoleArguments

Works with command line arguments. Expected arguments represent unnamed properties which can be specified at the beginning, before named properties.
Inheritance: MemoryConfigReader
Afficher le fichier Open project: shuruev/CCNet.Extensions

Méthodes publiques

Méthode Description
ConsoleArguments ( ) : System

Initializes a new instance.

Parse ( IEnumerable args ) : void

Parses specified console arguments, completely replacing all internal properies.

Private Methods

Méthode Description
Parse ( string arg ) : void

Parses specified value as one of the arguments.

Method Details

ConsoleArguments() public méthode

Initializes a new instance.
public ConsoleArguments ( ) : System
Résultat System

Parse() public méthode

Parses specified console arguments, completely replacing all internal properies.
public Parse ( IEnumerable args ) : void
args IEnumerable
Résultat void