Gets the UsbEndpointBase item at the specified index.

C# | Visual Basic | Visual C++ |
public UsbEndpointBase this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As UsbEndpointBase Get
public: property UsbEndpointBase^ default[int index] { UsbEndpointBase^ get (int index); }

- index (Int32)
- The zero-based index of the item.

The UsbEndpointBase item at the specified index.

Exception | Condition |
---|---|
ArgumentOutOfRangeException | index is not a valid index in the UsbEndpointList. |