We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Determines whether the range starts after the range specified.
Namespace: CodeJam.RangesAssembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool StartsAfter( Range<T> other )
VB
Public Function StartsAfter ( other As Range(Of T) ) As Boolean
F#
member StartsAfter : other : Range<'T> -> bool
Type: Booleantrue, if the range starts after another range.
true
Range(T, TKey) StructureStartsAfter OverloadCodeJam.Ranges Namespace