Click or drag to resize

JamItemIdListCollectionGetEnumerator Method

Returns an enumerator that iterates through the collection.

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

Return Value

Type: IEnumeratorIJamItemIdList
An enumerator for the items.

Implements

IEnumerableTGetEnumerator
See Also