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 property of a class in c#?
What is a console device?
If you want to write your own dot net language, what steps you will u take care?
What is using keyword in C#?
If I return out of a try/finally in c#, does the code in the finally-clause run?
What is difference between assembly and namespace?
How do I type a whitespace character?
Is exe is machine dependent?
Can partial class be inherited?
What is the purpose of namespace?
What is data binding with example?
What is asp net in c#?
What is unmannaged code and will CLR handle this kind of code or not .
What is web forms in c#?
What is an indexer in c#?