Click or drag to resize
IsolatedStorageSettingsAdd Method
Adds an entry to the dictionary for the key-value pair.

Namespace: System.IO.IsolatedStorage
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
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