Skip to content

ListObservable.Remove(T) method

Defined in

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

Applies to

netstandard2.0

public bool Remove(T item)

Summary: Removes the first occurrence of a specific object from the ListObservable.

Parameters

NameTypeDescription
itemTThe item to remove from the list.

Returns: bool -- true if the item was found; false otherwise.