Nullable<T>.ValueOrDefault Property
Gets the stored value, or the default value of T if the nullable is null.
Syntax
Unit: Bcl.Types.Nullable
property Nullable<T>.ValueOrDefault: T
Gets the stored value, or the default value of T if the nullable is null.
Unit: Bcl.Types.Nullable
property Nullable<T>.ValueOrDefault: T