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