Contract::ForAll Method
.NET Framework (current version)
Namespace:
System.Diagnostics.Contracts
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | ForAll(Int32, Int32, Predicate<Int32>^) | Determines whether a particular condition is valid for all integers in a specified range. |
![]() ![]() | ForAll<T>(IEnumerable<T>^, Predicate<T>^) | Determines whether all the elements in a collection exist within a function. |
Show:

