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.