Overload List

  NameDescription
ForAll<(Of <(T>)>)(IEnumerable<(Of <(T>)>), Predicate<(Of <(T>)>))
Verifies that all the elements of the sequence meet the specified condition.
ForAll<(Of <(T>)>)(IEnumerable<(Of <(T>)>), Predicate<(Of <(T>)>), String, array<Object>[]()[])
Verifies that all the elements of the sequence meet the specified condition.

See Also