TdxNullableValue<T> Record
The generic value type that implements the special unspecified state.
Declaration
TdxNullableValue<T> = record
Remarks
This record is a nullable container designed to store, compare, and expose an underlying value.
See Also