AvaloniaListTRemoveRange Method
Removes a range of elements from the collection.
Namespace: Avalonia.CollectionsAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public virtual void RemoveRange(
int index,
int count
)
Public Overridable Sub RemoveRange (
index As Integer,
count As Integer
)
abstract RemoveRange :
index : int *
count : int -> unit
override RemoveRange :
index : int *
count : int -> unit
- index Int32
- The first index to remove.
- count Int32
- The number of items to remove.
IAvaloniaListTRemoveRange(Int32, Int32)