-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_Range_2_StartsAfter_1
Andrew Koryavchenko edited this page Jun 17, 2018
·
1 revision
Determines whether the range starts after the boundary specified.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public bool StartsAfter(
RangeBoundaryFrom<T> other
)
VB
Public Function StartsAfter (
other As RangeBoundaryFrom(Of T)
) As Boolean
F#
member StartsAfter :
other : RangeBoundaryFrom<'T> -> bool
- other
- Type: CodeJam.Ranges.RangeBoundaryFrom(T)
The boundary to check.
Type: Booleantrue
, if the range starts after the boundary.
Range(T, TKey) Structure
StartsAfter Overload
CodeJam.Ranges Namespace