PooledList<T>.

RemoveAt(int) Method

Summary

Removes the element at the given index. The size of the list is decreased by one.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public void RemoveAt(int index)

Parameters

Name Type Description
index int

Return Value

Type Description
void