Table of Contents

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

See also