CircularListTLastIndexOf(T) Method
Determines the index of the last occurrence of a specific item in the
CircularListT.
Namespace: KGySoft.CollectionsAssembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
public int LastIndexOf(
T item
)
Public Function LastIndexOf (
item As T
) As Integer
public:
int LastIndexOf(
T item
)
member LastIndexOf :
item : 'T -> int
- item T
- The object to locate in the CircularListT.
Int32
The index of the last occurrence of the
item if found in the list; otherwise, -1.