System::Collections::Generic::List::FindLast método

List::FindLast method

Busca el último elemento que cumpla un predicado específico.

T System::Collections::Generic::List<T>::FindLast(System::Predicate<T> match)
ParámetroTipoDescripción
matchSystem::Predicate<T>Predicate para comprobar elementos con.

ReturnValue

Valor del elemento coincidente o nullptr si no se encuentra.

Ver también