C# Class OpenRA.Arguments

Show file Open project: pchote/OpenRA Class Usage Examples

Public Methods

Method 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 method

public Arguments ( ) : System.Collections.Generic
return System.Collections.Generic

Contains() public method

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

GetValue() public method

public GetValue ( string key, string defaultValue ) : string
key string
defaultValue string
return string

ReplaceValue() public method

public ReplaceValue ( string key, string value ) : void
key string
value string
return void