Click or drag to resize

USBPipeCollectionGetEnumerator 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<USBPipe> GetEnumerator()

Return Value

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

Implements

IEnumerableTGetEnumerator
See Also