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