Table of Contents

Nullable<T>.Value Property

Gets or sets the stored value.

Remarks

Reading this property when HasValue is False raises an ENullConvertException. Writing to this property sets the value and marks the nullable as non-null.

Syntax

Unit: Bcl.Types.Nullable

property Nullable<T>.Value: T

See also