Click or drag to resize

USBInterfaceCollectionGetEnumerator Method

Returns a typed enumerator that iterates through a collection.

Namespace:  MadWizard.WinUSBNet
Assembly:  WinUSBNet (in WinUSBNet.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
public IEnumerator<USBInterface> GetEnumerator()

Return Value

Type: IEnumeratorUSBInterface
The enumerator object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
See Also