Are nullable value types just wrappers around the regular value type?

Syntax - but that is just syntactic sugar the compiler is changing it to Nullable.

Syntax - but that is just syntactic sugar, the compiler is changing it to Nullable. Source: msdn.microsoft.com/en-us/library/b3h38hb... , msdn.microsoft.com/en-us/library/1t3y8s4....

Thank you for the clarification with re: the syntactic sugar. – Richard DesLonde May 16 at 4:45.

Yes - 'Nullable Structure': Represents an object whose underlying type is a value type that can also be assigned null like a reference type. BTW, if your curious you can use Reflector to 'look under the hood'.

According to MSDN "Nullable types are instances of the System. Nullable struct. A nullable type can represent the correct range of values for its underlying value type, plus an additional null value.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions