Skip to content

Overload_CodeJam_Ranges_Range_2_Contains

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

Range(T, TKey).Contains Method

Overload List

 

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

See Also

Reference

Range(T, TKey) Structure
CodeJam.Ranges Namespace

Clone this wiki locally