RemoveAll Method
Removes multiple items from the collection.
Definition
Namespace: Avalonia.Collections
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public virtual void RemoveAll(
IEnumerable<T> items
)
Public Overridable Sub RemoveAll (
items As IEnumerable(Of T)
)
abstract RemoveAll :
items : IEnumerable<'T> -> unit
override RemoveAll :
items : IEnumerable<'T> -> unit
Parameters
- IEnumerable(T)
- The items.