 | ISharedListTIndexOf Method |
Determines the index of a specific item in the
ISharedListT.
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)
SyntaxFunction IndexOf (
item As T
) As Integer
Parameters
- item
- Type: T
The object to locate in the ISharedListT.
Return Value
Type:
Int32The index of item if found in the list; otherwise, -1.
See Also