PooledList<T>.

TryFindLast(Func<T, bool>, T) Method

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

Syntax

public bool TryFindLast(Func<T, bool> match, out T result)

Parameters

Name Type Description
match Func<T, bool>
result T

Return Value

Type Description
bool