Table of Contents

Assignable<T>.Value Property

Gets or sets the wrapped value.

Remarks

Reading this property when IsAssigned is False raises EUnassignedConvertException. Writing to this property marks the instance as assigned.

Syntax

Unit: Bcl.Types.Assignable

property Assignable<T>.Value: T

See also