ArrayList4<E>.

Find(Predicate<E>) Method

Syntax

public E Find(Predicate<E> match)

Parameters

Name Type Description
match Predicate<E>

Return Value

Type Description
E