|
LibUsbDotNet 2.2.8
Item Property (index)
Library Reference ► MonoLibUsb.Profile ► MonoUsbProfileList ► Item[([( Int32])])
|
|
Gets the MonoUsbProfile at the specfied index.
Declaration Syntax| 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); }
Parameters- index (Int32)
- The index of the MonoUsbProfile to retrieve.
Return ValueThe MonoUsbProfile instance at the specified index.
Exceptions| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | If index is invalid. |