ConcurrentListTIndexOf Method |
Searches for the specified object and returns the zero-based index of the first occurrence within the entire list.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax 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:
Int32The zero-based index of the first occurrence of item within the entire list, if found; otherwise, –1.
Implements
IListTIndexOf(T)See Also