Overload List

  NameDescription
ForAll<(Of <(T>)>)(IEnumerable<(Of <(T>)>), Action<(Of <(T, Int32>)>))
Verifies that all the elements of the sequence pass the validation.
ForAll<(Of <(T>)>)(IEnumerable<(Of <(T>)>), Action<(Of <(T>)>))
Verifies that all the elements of the sequence pass the validation.
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>)>), Action<(Of <(T, Int32>)>), String, array<Object>[]()[])
Verifies that all the elements of the sequence pass the validation.
ForAll<(Of <(T>)>)(IEnumerable<(Of <(T>)>), Action<(Of <(T>)>), String, array<Object>[]()[])
Verifies that all the elements of the sequence pass the validation.
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