-
Notifications
You must be signed in to change notification settings - Fork 35
P_CodeJam_Ranges_Range_1_From
andrewvk edited this page Jul 1, 2016
·
3 revisions
Boundary From. Limits the values from the left.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public RangeBoundaryFrom<T> From { get; }
VB
Public ReadOnly Property From As RangeBoundaryFrom(Of T)
Get
F#
abstract From : RangeBoundaryFrom<'T> with get
override From : RangeBoundaryFrom<'T> with get
Type: RangeBoundaryFrom(T)
Boundary From.