What are nullable types? Is Nullable<int> I and int ?i are same.
Answer Posted / chandana
nullable types are variable which can have null assigned as
their value.
Yes, they are same.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can I do things in il that I can't do in c#?
Which are access modifiers available in c#?
What is transparent caching with aop ?
What is the difference between new and override in c#?
Why to use lock statement in c#?
How do I create a multi language, multi file assembly?
Why do we use virtual methods in c#?
Describe the difference between inline and code behind - which is best?
In a C# class we have a SortedList member m_addinProjects
we want to provide an iterator to allow the consumer of
this class access to the items in the collection. Please
provide an iterator method for the AnalyzeAddinsDLL class
below and an example of how it would be used.
namespace AnalyzeAddinsDLL
{
public class AllAddInProjects
{
private SortedList
What are namespaces, and how they are used?
What is class method?
What is int32 in c#?
What is console readkey in vb net?
What is append in c#?
What are the Types of assemblies that can be created in dotnet