How to assign default value to nullable types? Did nested
nullable types are allowed
Answer Posted / msg
Nested nullable types are not allowed. The following line
will not compile:
Nullable<Nullable<int>> n;
- By MSG
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
what is the equivalent to regsvr32 and regsvr32 /u a file in .net development?
Does unity require coding?
Is comparable a functional interface?
What is deferred execution in c#?
Difference between debug.write and trace.write?
What is the difference between User controls and Custom Controls?
What is the difference between == and object.equals?
What is _viewstart cshtml?
How to find out that the code is written as managed or un-managed code?
Is it possible to execute multiple catch block for a single try statement?
How does dependency injection work c#?
Explain how to add controls dynamically to the form using c#.net.
Why does my windows application pop up a console window every time I run it?
How does the clr work?
What does char mean in c#?