RemoveAt Method (index)

LibUsbDotNet

LibUsbDotNet 2.2.8 RemoveAt Method (index)
Library ReferenceLibUsbDotNet.MainUsbEndpointListRemoveAt(Int32)
LibUsbDotNet on SourceForge
Removes the UsbEndpointList item at the specified index.
Declaration Syntax
C# Visual Basic Visual C++
public void RemoveAt(
	int index
)
Public Sub RemoveAt ( _
	index As Integer _
)
public:
void RemoveAt(
	int index
)
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.

Assembly: LibUsbDotNet (Module: LibUsbDotNet) Version: 2.2.8.104 (2.2.8.104)