Find()

List::Find(System::Predicate<T>) method

Looks for element adhering to specific predicate.

T System::Collections::Generic::List<T>::Find(System::Predicate<T> predicate)

Arguments

ParameterTypeDescription
predicateSystem::Predicate<T>Predicate to check elements with.

Return Value

Value of matching element or nullprtr if not found.

See Also