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
ファイルを表示 Open project: shuruev/CCNet.Extensions

Public Methods

Method Description
ConsoleArguments ( ) : System

Initializes a new instance.

Parse ( IEnumerable args ) : void

Parses specified console arguments, completely replacing all internal properies.

Private Methods

Method Description
Parse ( string arg ) : void

Parses specified value as one of the arguments.

Method Details

ConsoleArguments() public method

Initializes a new instance.
public ConsoleArguments ( ) : System
return System

Parse() public method

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