Which Nullable source to use?

Nullable is defined in Aurelius.Types.Nullable and Bcl.Types.Nullable. I see that the Sphinx entities use the latter. Is that the preferred version to use?

Choosing either shouldn't make any difference in practice - unless you use some low-level RTTI operations on the Nullable types.

The preferred way is using Bcl.Types.Nullable, simply because the types were "moved" from Aurelius to BCL.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.