Click or drag to resize

SystemShellListItemCollectionTGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 6.3.1
Syntax
public IEnumerator<T> GetEnumerator()

Return Value

Type: IEnumeratorT
An enumerator for the items.

Implements

IEnumerableTGetEnumerator
See Also