PooledList<T>.

Clear() Method

Summary

Clears the contents of the PooledList.
Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void Clear()

Attributes

Type Description
MethodImplAttribute

Return Value

Type Description
void