LibUsbDotNet 2.2.8
GetEnumerator Method
Library Reference ► LibUsbDotNet.Main ► UsbEndpointList ► GetEnumerator()()()()
|
Returns UsbEndpointBase enumerator that iterates through the collection.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public IEnumerator<UsbEndpointBase> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of UsbEndpointBase)
public: virtual IEnumerator<UsbEndpointBase^>^ GetEnumerator() sealed
Return Value
A UsbEndpointBase enumerator that can be used to iterate through the collection.