Item Property (index)

LibUsbDotNet

LibUsbDotNet 2.2.8 Item Property (index)
Library ReferenceMonoLibUsb.ProfileMonoUsbProfileListItem[([( Int32])])
LibUsbDotNet on SourceForge
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.

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