Skip to content

ListObservable.IndexOf(T) method

Defined in

Type: ListObservable Namespace: System.Reactive Assembly: System.Reactive.dll

Applies to

netstandard2.0

public int IndexOf(T item)

Summary: Determines the index of a specific item in the ListObservable.

Parameters

NameTypeDescription
itemTThe element to determine the index for.

Returns: int -- The index of the specified item in the list; -1 if not found.