PooledList<T>.

TrueForAll(Func<T, bool>) Method

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

Syntax

public bool TrueForAll(Func<T, bool> match)

Parameters

Name Type Description
match Func<T, bool>

Return Value

Type Description
bool