Click or drag to resize

ElementCollectionTIndexOf Method

Determines the index of a specific item in the IListT.

Namespace: SautinSoft.Document
Assembly: SautinSoft.Document (in SautinSoft.Document.dll) Version: 2024.4.24
Syntax
public int IndexOf(
	T item
)

Parameters

item  T
The object to locate in the IListT.

Return Value

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

Implements

IListTIndexOf(T)
See Also