Click or drag to resize

ISharedListTIndexOf Method

Namespace:  EBP.Framework.Common.Interfaces.Shared
Assembly:  EBP.Framework.Common.Interfaces (in EBP.Framework.Common.Interfaces.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
int IndexOf(
	T item
)

Parameters

item
Type: T
The object to locate in the ISharedListT.

Return Value

Type: Int32
The index of item if found in the list; otherwise, -1.
See Also