Removes the specified UsbEndpointBase in the UsbEndpointList.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public void Remove( UsbEndpointBase item )
Public Sub Remove ( _ item As UsbEndpointBase _ )
public: void Remove( UsbEndpointBase^ item )
Parameters
- item (UsbEndpointBase)
- The UsbEndpointBase to remove in the UsbEndpointList.