Skip to content

Overload_CodeJam_Ranges_Range_1_StartsAfter

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

Range(T).StartsAfter Method

Overload List

 

Name Description
Public method StartsAfter(T) Determines whether the range starts after the value specified.
Public method StartsAfter(Range(T)) Determines whether the range starts after the range specified.
Public method StartsAfter(TKey2)(Range(T, TKey2)) Determines whether the range starts after the range specified.
Public method StartsAfter(RangeBoundaryFrom(T)) Determines whether the range starts after the boundary specified.
Public method StartsAfter(RangeBoundaryTo(T)) Determines whether the range starts after the boundary specified.
  Back to Top

See Also

Reference

Range(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally