IndexOf Method (item)

LibUsbDotNet

LibUsbDotNet 2.2.8 IndexOf Method (item)
Library ReferenceLibUsbDotNet.MainUsbRegDeviceListIndexOf(UsbRegistry)
LibUsbDotNet on SourceForge
Determines the index of a specific item in the IList<(Of <(<'T>)>)>.
Declaration Syntax
C# Visual Basic Visual C++
public int IndexOf(
	UsbRegistry item
)
Public Function IndexOf ( _
	item As UsbRegistry _
) As Integer
public:
int IndexOf(
	UsbRegistry^ item
)
Parameters
item (UsbRegistry)
The object to locate in the IList<(Of <(<'T>)>)>.
Return Value
The index of item if found in the list; otherwise, -1.

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