C# Class Stratosphere.Command.CommandLineOptions

ファイルを表示 Open project: petrohi/Stratosphere Class Usage Examples

Public Methods

Method Description
Contains ( string name ) : bool
Get ( string name ) : string
TryGet ( string name, string &value ) : bool

Method Details

Contains() public abstract method

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

Get() public method

public Get ( string name ) : string
name string
return string

TryGet() public abstract method

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