ArrayList4<E>.

FindLast(Predicate<E>) Method

Syntax

public E FindLast(Predicate<E> match)

Parameters

Name Type Description
match Predicate<E>

Return Value

Type Description
E