CollectionBase1.FindAll

CollectionBase<T>.FindAll method

public List<T> FindAll(Predicate<T> match)
ParameterTypeDescription
matchPredicate`1

See Also