System::Collections::Generic::List::Find method

List::Find method

Looks for element adhering to specific predicate.

T System::Collections::Generic::List<T>::Find(System::Predicate<T> predicate)
ParameterTypeDescription
predicateSystem::Predicate<T>Predicate to check elements with.

ReturnValue

Value of matching element or nullprtr if not found.

See Also