LibUsbDotNet 2.2.8
GetEnumerator Method
Library Reference ► LibUsbDotNet.Main ► UsbEndpointList ► GetEnumerator()()()()
|
![]() |
Returns UsbEndpointBase enumerator that iterates through the collection.

C# | Visual Basic | Visual C++ |
public IEnumerator<UsbEndpointBase> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of UsbEndpointBase)
public: virtual IEnumerator<UsbEndpointBase^>^ GetEnumerator() sealed

A UsbEndpointBase enumerator that can be used to iterate through the collection.