Item Property (index)

LibUsbDotNet

LibUsbDotNet 2.2.8 Item Property (index)
Library ReferenceLibUsbDotNet.MainUsbRegDeviceListItem[([( Int32])])
LibUsbDotNet on SourceForge
Gets the element at the specified index.
Declaration Syntax
C# Visual Basic Visual C++
public UsbRegistry this[
	int index
] { get; }
Public ReadOnly Default Property Item ( _
	index As Integer _
) As UsbRegistry
	Get
public:
property UsbRegistry^ default[int index] {
	UsbRegistry^ get (int index);
}
Parameters
index (Int32)
The zero-based index of the element to get or set.
Return Value
The element at the specified index.
Exceptions
Exception Condition
ArgumentOutOfRangeException index is not a valid index in the IList<(Of <(<'T>)>)>.
NotSupportedException The property is set and the IList<(Of <(<'T>)>)> is read-only.

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