Click or drag to resize
IsolatedStorageSettingsClear Method
Resets the count of items stored in System.IO.IsolatedStorage.IsolatedStorageSettings to zero and releases all references to elements in the collection.

Namespace: System.IO.IsolatedStorage
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public void Clear()
See Also