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