PooledList<T>.

ForEach(Action<T>) Method

Namespace
Avalonia.Collections.Pooled
Containing Type
PooledList<T>

Syntax

public void ForEach(Action<T> action)

Parameters

Name Type Description
action Action<T>

Return Value

Type Description
void