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
Why do we use static methods in c#?
Why do we use parameters in c#?
How to move to a state-related codebase?
Can multiple inheritance implemented in c# ?
What are custom exceptions in C#?
What does int32 mean in c#?
How big is an int in c#?
how to prevent a class from being inherited in c#.net?
How do I make a dll in c#?
What is difference between abstraction and encapsulation in c#?
What are the uses of delegates in c#?
Describe a Struct ?
What operator means?
Is void a class?
Wcf and what is difference between wcf and web services?