Contract::ForAll Method

 

Namespace:   System.Diagnostics.Contracts
Assembly:  mscorlib (in mscorlib.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticForAll(Int32, Int32, Predicate<Int32>^)

Determines whether a particular condition is valid for all integers in a specified range.

System_CAPS_pubmethodSystem_CAPS_staticForAll<T>(IEnumerable<T>^, Predicate<T>^)

Determines whether all the elements in a collection exist within a function.

Return to top
Show: