Click or drag to resize

ShellDataObjectGetEnumerator Method

Returns an enumerator that iterates through the formats collection.

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

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also