Click or drag to resize
IsolatedStorageSettingsKeys Property
Gets a collection that contains the keys in the dictionary.

Namespace: System.IO.IsolatedStorage
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public ICollection Keys { get; }

Property Value

Type: ICollection
See Also