Click or drag to resize

ShellViewColumnsGetEnumerator 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<ShellViewColumn> GetEnumerator()

Return Value

Type: IEnumeratorShellViewColumn
A IEnumeratorT that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also