IsolatedStorageSettingsAdd Method |
Adds an entry to the dictionary for the key-value pair.
Namespace: System.IO.IsolatedStorageAssembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax public void Add(
string key,
Object value
)
Parameters
- key
- Type: SystemString
The key for the entry to be stored. - value
- Type: SystemObject
The value to be stored.
See Also