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
Is c# or c++ better for games?
Why we use get and set property in c#?
What is the difference between iqueryable and ienumerable?
What is a dll in c#?
What is the purpose of namespace in c#?
What is a streamwriter in c#?
Will the following code compile?
What is interpolation in programming?
can you allow a class to be inherited, but prevent the method from being over-ridden?
What are classes in c#?
What is using directive in c#?
Why dataset is used in c#?
Can a abstract class have a constructor?
What do you mean by default constructor?
how to Create a datagridview control with check box column with 8rows in it, the maximum number of check boxes checked should be 3, when user checks the 4th corresponding message should be displayed and check box should be checked. User can uncheck the checked boxes Note: read-only property should not be used