Skip to content

P_CodeJam_Ranges_Range_1_To

andrewvk edited this page Jul 1, 2016 · 3 revisions

Range(T).To Property

Boundary To. Limits the values from the right.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public RangeBoundaryTo<T> To { get; }

VB

Public ReadOnly Property To As RangeBoundaryTo(Of T)
	Get

F#

abstract To : RangeBoundaryTo<'T> with get
override To : RangeBoundaryTo<'T> with get

Property Value

Type: RangeBoundaryTo(T)
Boundary To.

Implements

IRange(T).To

See Also

Reference

Range(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally