Click or drag to resize

ConcurrentListTIndexOf Method

Searches for the specified object and returns the zero-based index of the first occurrence within the entire list.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public virtual int IndexOf(
	T item
)

Parameters

item
Type: T
The object to locate in the list. The value can be null for reference types.

Return Value

Type: Int32
The zero-based index of the first occurrence of item within the entire list, if found; otherwise, –1.

Implements

IListTIndexOf(T)
See Also