Overview

Location

Properties


HasValue

property HasValue: Boolean read;
Boolean HasValue { get; }
var HasValue: Boolean { get{} }
ReadOnly Property HasValue() As Boolean

Value

ReadOnly Property Value() As T

Instance Methods


constructor

GenericNullable<T>(T aValue)

Parameters:

  • aValue:

GetValueOrDefault

method GetValueOrDefault: T
func GetValueOrDefault() -> T
Function GetValueOrDefault() As T

GetValueOrDefault (T): T

method GetValueOrDefault(aDefault: T): T
T GetValueOrDefault(T aDefault)
func GetValueOrDefault(_ aDefault: T) -> T
Function GetValueOrDefault(aDefault As T) As T

Parameters:

  • aDefault: