Метод | Описание | |
---|---|---|
Arguments ( ) : System.Collections.Generic | ||
Contains ( string key ) : bool | ||
GetValue ( string key, string defaultValue ) : string | ||
ReplaceValue ( string key, string value ) : void |
public Arguments ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public GetValue ( string key, string defaultValue ) : string | ||
key | string | |
defaultValue | string | |
Результат | string |
public ReplaceValue ( string key, string value ) : void | ||
key | string | |
value | string | |
Результат | void |