Skip to content

P_CodeJam_Ranges_RangeBoundaryFrom_1_Value

Andrew Koryavchenko edited this page Jul 4, 2017 · 3 revisions

RangeBoundaryFrom(T).Value Property

The value of the boundary.

Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.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

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

Clone this wiki locally