Table of Contents

Assignable<T>.ValueOrDefault Property

Gets the wrapped value if assigned, or the default value for type T if not assigned.

Remarks

Unlike Value, this property never raises an exception. If the instance is unassigned, it returns Default(T).

Syntax

Unit: Bcl.Types.Assignable

property Assignable<T>.ValueOrDefault: T

See also