Click or drag to resize

ShellMenuItemListGetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual IEnumerator<ShellMenuItem> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also