Click or drag to resize

MemoryPropertyStoreGetEnumerator Method

Returns an enumerator that iterates through the properties collection.

Namespace:  ShellBoost.Core.WindowsPropertySystem
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IEnumerator<KeyValuePair<PropertyKey, Object>> GetEnumerator()

Return Value

Type: IEnumeratorKeyValuePairPropertyKey, Object
An enumerator that can be used to iterate through the properties collection.

Implements

IEnumerableTGetEnumerator
See Also