Skip to content

P_CodeJam_Ranges_Range_1_To

Andrew Koryavchenko edited this page Jun 17, 2018 · 3 revisions

Range(T).To Property

Boundary To. Limits the values from the right.

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

Syntax

C#

public RangeBoundaryTo<T> To { get; }

VB

Public ReadOnly Property To As RangeBoundaryTo(Of T)
	Get

F#

member To : RangeBoundaryTo<'T> with get

Property Value

Type: RangeBoundaryTo(T)
Boundary To.

See Also

Reference

Range(T) Structure
CodeJam.Ranges Namespace

Clone this wiki locally