CircularListTLastIndexOf(T) Method

Determines the index of the last occurrence of a specific item in the CircularListT.

Definition

Namespace: KGySoft.Collections
Assembly: KGySoft.CoreLibraries (in KGySoft.CoreLibraries.dll) Version: 10.0.0
C#
public int LastIndexOf(
	T item
)

Parameters

item  T
The object to locate in the CircularListT.

Return Value

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

See Also