Skip to content

Overload_CodeJam_Ranges_CompositeRange_2_Contains

Andrew Koryavchenko edited this page Jun 17, 2018 · 1 revision

CompositeRange(T, TKey).Contains Method

Overload List

 

Name Description
Public method Contains(T) Determines whether the composite range contains the specified value.
Public method Contains(CompositeRange(T)) Determines whether the composite range contains another range.
Public method Contains(TKey2)(CompositeRange(T, TKey2)) Determines whether the composite range contains another range.
Public method Contains(Range(T)) Determines whether the composite range contains another range.
Public method Contains(TKey2)(Range(T, TKey2)) Determines whether the composite range contains another range.
Public method Contains(RangeBoundaryFrom(T)) Determines whether the composite range contains the specified range boundary.
Public method Contains(RangeBoundaryTo(T)) Determines whether the composite range contains the specified range boundary.
Public method Contains(T, T) Determines whether the composite range contains another range.
  Back to Top

See Also

Reference

CompositeRange(T, TKey) Structure
CodeJam.Ranges Namespace

Clone this wiki locally