Table of Contents

Nullable<T>.Empty Property

Returns a null Nullable<T> instance with no value assigned.

Syntax

Unit: Bcl.Types.Nullable

property Nullable<T>.Empty: Nullable<T>

See also