LocalSolverSettingsFind Method

Overload List

Find(PredicateSolverSettings) Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire list.

Linear searching, o(n), so use with care.

Find(String) Find SolverSettings based on ID.

See Also