AvaloniaListTRemove Method

Removes an item from the collection.

Definition

Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public virtual bool Remove(
	T item
)

Parameters

item  T
The item.

Return Value

Boolean
True if the item was found and removed, otherwise false.

Implements

ICollectionTRemove(T)

See Also