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)
Syntaxpublic IEnumerator<USBPipe> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of USBPipe)
public:
virtual IEnumerator<USBPipe^>^ GetEnumerator() sealed
Return Value
Type:
IEnumeratorUSBPipeThe enumerator object that can be used to iterate through the collection.
Implements
IEnumerableTGetEnumerator
See Also