C# Class WhiskWork.Synchronizer.CommandLineArguments

Show file Open project: jorn-ola-birkeland/WhiskWork

Public Methods

Method Description
CommandLineArguments ( string args ) : System.Collections.Generic
ContainsArg ( string name ) : bool
GetSafeValues ( string argName ) : IEnumerable
this ( int index ) : string
this ( string argName ) : string

Private Methods

Method Description
ParseOptionalParameters ( ) : string>.Dictionary

Method Details

CommandLineArguments() public method

public CommandLineArguments ( string args ) : System.Collections.Generic
args string
return System.Collections.Generic

ContainsArg() public method

public ContainsArg ( string name ) : bool
name string
return bool

GetSafeValues() public method

public GetSafeValues ( string argName ) : IEnumerable
argName string
return IEnumerable

this() public method

public this ( int index ) : string
index int
return string

this() public method

public this ( string argName ) : string
argName string
return string