Summary
Removes an item from the collection.
- Namespace
- Avalonia
.Collections - Containing Type
- AvaloniaList
<T>
Syntax
public virtual bool Remove(T item)
Parameters
Name | Type | Description |
---|---|---|
item | T | The item. |
Return Value
Type | Description |
---|---|
bool | True if the item was found and removed, otherwise false. |