ListObservable.Remove(T) method¶
Defined in
Type: ListObservableSystem.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
| Name | Type | Description |
|---|---|---|
item | T | The item to remove from the list. |
Returns: bool -- true if the item was found; false otherwise.