-
Notifications
You must be signed in to change notification settings - Fork 34
P_CodeJam_Ranges_Range_2_ToValue
andrewvk edited this page Jul 1, 2016
·
3 revisions
The value of Boundary To.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)
C#
public T ToValue { get; }VB
Public ReadOnly Property ToValue As T
GetF#
member ToValue : 'T with get
Type: T
The value of Boundary To or InvalidOperationException, if To.HasValue is false.
| Exception | Condition |
|---|---|
| InvalidOperationException | Thrown if To.HasValue is false. |