Clear Method
Removes all items from the ICollection(T).
Definition
Namespace: Avalonia.Styling
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public void Clear()
Public Sub Clear
abstract Clear : unit -> unit
override Clear : unit -> unit
Implements
ICollection(T).Clear()Exceptions
NotSupportedException | The ICollection(T) is read-only. |