ElementCollectionTIndexOf Method |
Determines the index of a specific item in the IListT.
Namespace: SautinSoft.DocumentAssembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2025.4.25
Syntaxpublic int IndexOf(
T item
)
Public Function IndexOf (
item As T
) As Integer
Parameters
- item T
- The object to locate in the IListT.
Return Value
Int32The index of item if found in the list; otherwise, -1.
Implements
IListTIndexOf(T)
See Also