- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
M_CodeJam_Ranges_RangeBoundaryTo_1_IsValid
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        3 revisions
      
    Infrastructure helper method to check if the value can be used as the value of the boundary.
Namespace: CodeJam.Ranges
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public static bool IsValid(
	T value
)VB
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Shared Function IsValid ( 
	value As T
) As BooleanF#
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
static member IsValid : 
        value : 'T -> bool 
- value
 - Type: T
The value to check. 
Type: Booleantrue if it is safe to pass the value as a boundary constructor parameter.