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