- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
P_CodeJam_Ranges_Range_2_ToValue
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        3 revisions
      
    The value of Boundary To.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.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. |