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::Exists Method

 

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

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

Determines whether a specified test is true for any integer within a range of integers.

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

Determines whether an element within a collection of elements exists within a function.

Return to top
Show:
© 2017 Microsoft