Skip to content

P_CodeJam_Ranges_Range_1_From

andrewvk edited this page Jul 1, 2016 · 3 revisions

Range(T).From Property

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)

Syntax

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

Property Value

Type: RangeBoundaryFrom(T)
Boundary From.

Implements

IRange(T).From

See Also

Reference

Range(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally