|
LibUsbDotNet 2.2.8
RemoveAt Method (index)
Library Reference ► LibUsbDotNet.Main ► UsbEndpointList ► RemoveAt(Int32)
|
|
Removes the UsbEndpointList item at the specified index.
Declaration Syntax
Parameters- index (Int32)
- The zero-based index of the item to remove.
Exceptions| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is not a valid index in the UsbEndpointList. |