- 
                Notifications
    
You must be signed in to change notification settings  - Fork 35
 
T_CodeJam_NullableHelper
        Andrew Koryavchenko edited this page Jun 17, 2018 
        ·
        5 revisions
      
    Helper method for nullable types.
System.Object
  CodeJam.NullableHelper
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 2.1.0.0
C#
public static class NullableHelperVB
<ExtensionAttribute>
Public NotInheritable Class NullableHelperF#
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type NullableHelper =  class endThe NullableHelper type exposes the following members.
| Name | Description | |
|---|---|---|
![]()  
 | 
AsNullable(T) | Returns nullable of specified value. | 
![]()  
 | 
GetValueOrDefault(T) | Retrieves the value of the current Nullable(T) object, or value returned by factory. | 
