DiscoveryInformationListIndexOf Method

CVB.Net Documentation
Gets the index of the given item.

Namespace:  Stemmer.Cvb.Driver
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public int IndexOf(
	DiscoveryInformation item
)

Parameters

item
Type: Stemmer.Cvb.DriverDiscoveryInformation
The item to get the index for.

Return Value

Type: Int32
Index of the given item; -1 if not inside this list.

Implements

IListTIndexOf(T)
See Also

Reference