Click or drag to resize
IsolatedStorageSettingsGetEnumerator Method

[Missing <summary> documentation for "M:System.IO.IsolatedStorage.IsolatedStorageSettings.GetEnumerator"]

Namespace: System.IO.IsolatedStorage
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public IEnumerator<KeyValuePair<string, Object>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairString, Object

[Missing <returns> documentation for "M:System.IO.IsolatedStorage.IsolatedStorageSettings.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also