Table of Contents

Nullable<T>.IsNull Property

Indicates whether the nullable is null (has no value).

Syntax

Unit: Bcl.Types.Nullable

property Nullable<T>.IsNull: Boolean

See also