Is string reference type / value type?
Answer Posted / choudhary
itz 200% reference type as string is not derrived from
System.ValueType
| Is This Answer Correct ? | 62 Yes | 3 No |
Post New Answer View All Answers
What is generic collection in c#?
What are satellite assemblies? How will you get the different language strings?
What are the different approaches of passing parameters to a method?
What is the difference between Decorator and Adapter pattern?
While debugging a C# application can you change the value of a variable?
Name some properties of array.
What is an array? Give the syntax for a single and multi-dimensional array?
Why singleton is sealed?
What is the concept of strong names?
What is int32 in c#?
What is mvc in c#?
What is querystring in c#?
Is typeof c#?
What is inner class in c#?
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