C# Class Stratosphere.Command.CommandLineOptions

Afficher le fichier Open project: petrohi/Stratosphere Class Usage Examples

Méthodes publiques

Méthode Description
Contains ( string name ) : bool
Get ( string name ) : string
TryGet ( string name, string &value ) : bool

Method Details

Contains() public abstract méthode

public abstract Contains ( string name ) : bool
name string
Résultat bool

Get() public méthode

public Get ( string name ) : string
name string
Résultat string

TryGet() public abstract méthode

public abstract TryGet ( string name, string &value ) : bool
name string
value string
Résultat bool