-
Notifications
You must be signed in to change notification settings - Fork 35
M_CodeJam_Ranges_Range_1__ctor
Andrew Koryavchenko edited this page Jun 17, 2018
·
3 revisions
Creates instance of
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public Range(
RangeBoundaryFrom<T> from,
RangeBoundaryTo<T> to
)
VB
Public Sub New (
from As RangeBoundaryFrom(Of T),
to As RangeBoundaryTo(Of T)
)
F#
new :
from : RangeBoundaryFrom<'T> *
to : RangeBoundaryTo<'T> -> Range
- from
- Type: CodeJam.Ranges.RangeBoundaryFrom(T)
Boundary From. - to
- Type: CodeJam.Ranges.RangeBoundaryTo(T)
Boundary To.
Range(T) Structure
Range(T) Overload
CodeJam.Ranges Namespace
CodeJam.Ranges.Range(T)