Click or drag to resize

ShellItemIdListGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public IEnumerator<ShellItemId> GetEnumerator()

Return Value

Type: IEnumeratorShellItemId
An enumerator that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also