Click or drag to resize

MemoryPropertyStoreGetEnumerator Method

Returns an enumerator that iterates through the properties collection.

Namespace:  callback.ShellBoost.Core.WindowsPropertySystem
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.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