Skip to content

P_CodeJam_Ranges_RangeBoundaryTo_1_Value

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

RangeBoundaryTo(T).Value Property

The value of the boundary.

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

Syntax

C#

public T Value { get; }

VB

Public ReadOnly Property Value As T
	Get

F#

member Value : 'T with get

Property Value

Type: T
The value of the boundary of if HasValue equals to false.

Exceptions

 

Exception Condition
InvalidOperationException Thrown if HasValue equals to false.

See Also

Reference

RangeBoundaryTo(T) Structure
CodeJam.Ranges Namespace
System.InvalidOperationException

Clone this wiki locally