C# Class OpenRA.Arguments

Afficher le fichier Open project: pchote/OpenRA Class Usage Examples

Méthodes publiques

Méthode Description
Arguments ( ) : System.Collections.Generic
Contains ( string key ) : bool
GetValue ( string key, string defaultValue ) : string
ReplaceValue ( string key, string value ) : void

Method Details

Arguments() public méthode

public Arguments ( ) : System.Collections.Generic
Résultat System.Collections.Generic

Contains() public méthode

public Contains ( string key ) : bool
key string
Résultat bool

GetValue() public méthode

public GetValue ( string key, string defaultValue ) : string
key string
defaultValue string
Résultat string

ReplaceValue() public méthode

public ReplaceValue ( string key, string value ) : void
key string
value string
Résultat void