AvaloniaListTRemove Method
Removes an item from the collection.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public virtual bool Remove(
T item
)
Public Overridable Function Remove (
item As T
) As Boolean
abstract Remove :
item : 'T -> bool
override Remove :
item : 'T -> bool
- item T
- The item.
BooleanTrue if the item was found and removed, otherwise false.
ICollectionTRemove(T)