IAvaloniaListTRemoveAll Method
Removes multiple items from the collection.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
void RemoveAll(
IEnumerable<T> items
)
Sub RemoveAll (
items As IEnumerable(Of T)
)
abstract RemoveAll :
items : IEnumerable<'T> -> unit
Parameters
- items IEnumerableT
- The items.