RemoveInternalChildRange Method
Removes child elements from the Children collection.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
protected void RemoveInternalChildRange(
int index,
int count
)
Protected Sub RemoveInternalChildRange (
index As Integer,
count As Integer
)
member RemoveInternalChildRange :
index : int *
count : int -> unit
Parameters
- Int32
- The beginning index position within the collection at which the first child element is removed.
- Int32
- The number of child elements to remove.