-
Notifications
You must be signed in to change notification settings - Fork 35
Overload_CodeJam_Ranges_Range_2_Contains
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Name | Description | |
---|---|---|
Contains(T) | Determines whether the range contains the specified value. | |
Contains(Range(T)) | Determines whether the range contains another range. | |
Contains(TKey2)(Range(T, TKey2)) | Determines whether the range contains another range. | |
Contains(RangeBoundaryFrom(T)) | Determines whether the range contains the specified range boundary. | |
Contains(RangeBoundaryTo(T)) | Determines whether the range contains the specified range boundary. | |
Contains(T, T) | Determines whether the range contains another range. |