Remove Method
Removes an item from the collection.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
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
Parameters
- T
- The item.
Return Value
Boolean
True if the item was found and removed, otherwise false.