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
.NET Framework (current version)
Namespace:
System.Diagnostics.Contracts
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | Exists(Int32, Int32, Predicate<Int32>^) | Determines whether a specified test is true for any integer within a range of integers. |
![]() ![]() | Exists<T>(IEnumerable<T>^, Predicate<T>^) | Determines whether an element within a collection of elements exists within a function. |
Show:

