Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft