PooledList<T>.

PooledList(int, ClearMode) Constructor

Summary

Constructs a List with a given initial capacity. The list is initially empty, but will have room for the given number of elements before any reallocations are required.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public PooledList(int capacity, ClearMode clearMode)

Parameters

Name Type Description
capacity int
clearMode ClearMode

Return Value

Type Description
void