MooshSettingsClassAdd Method |
Namespace: MooshAssembly: Moosh (in Moosh.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public void Add(
string key,
string value
)
Public Sub Add (
key As String,
value As String
)
public:
void Add(
String^ key,
String^ value
)
member Add :
key : string *
value : string -> unit
Parameters
- key
- Type: SystemString
[Missing <param name="key"/> documentation for "M:Moosh.Moosh.SettingsClass.Add(System.String,System.String)"]
- value
- Type: SystemString
[Missing <param name="value"/> documentation for "M:Moosh.Moosh.SettingsClass.Add(System.String,System.String)"]
See Also