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 Value
The MonoUsbProfile instance at the specified index.
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | If index is invalid. |