C# Class Stratosphere.Command.CommandLineParser.ParsedCommandLineOptions

Inheritance: CommandLineOptions
ファイルを表示 Open project: petrohi/Stratosphere

Public Methods

Method Description
Contains ( string name ) : bool
ParsedCommandLineOptions ( string commandLine, Option>.Dictionary options ) : System
TryGet ( string name, string &value ) : bool

Method Details

Contains() public method

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

ParsedCommandLineOptions() public method

public ParsedCommandLineOptions ( string commandLine, Option>.Dictionary options ) : System
commandLine string
options Option>.Dictionary
return System

TryGet() public method

public TryGet ( string name, string &value ) : bool
name string
value string
return bool