Item Property (index)
From LibUsbDotNet
|
LibUsbDotNet 2.2.8
Item Property (index)
Library Reference ► MonoLibUsb.Profile ► MonoUsbProfileList ► Item[([( Int32])])
|
|
Gets the MonoUsbProfile at the specfied index.
| C# | Visual Basic | Visual C++ |
public MonoUsbProfile this[ int index ] { get; }
Public ReadOnly Default Property Item ( _ index As Integer _ ) As MonoUsbProfile Get
public: property MonoUsbProfile^ default[int index] { MonoUsbProfile^ get (int index); }
- index (Int32)
- The index of the MonoUsbProfile to retrieve.
The MonoUsbProfile instance at the specified index.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If index is invalid. |