Skip to content

T_CodeJam_NullableHelper

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

NullableHelper Class

Helper method for nullable types.

Inheritance Hierarchy

System.Object
  CodeJam.NullableHelper
Namespace: CodeJam
Assembly: CodeJam (in CodeJam.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#

public static class NullableHelper

VB

<ExtensionAttribute>
Public NotInheritable Class NullableHelper

F#

[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type NullableHelper =  class end

The NullableHelper type exposes the following members.

Methods

 

Name Description
Public methodStatic member AsNullable(T) Returns nullable of specified value.
Public methodStatic member GetValueOrDefault(T) Retrieves the value of the current Nullable(T) object, or value returned by factory.
  Back to Top

See Also

Reference

CodeJam Namespace

Clone this wiki locally