Which type of variables are under the control of garbage
collector?
Answer Posted / kiran kumar reddy
http://www.codeproject.com/dotnet/Primitive_Ref_ValueTypes.asp
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is datagridview in c#?
Where do we set the min and max pool size for connection pooling?
What are boxing and unboxing?
Distinguish between system.string and system.text.stringbuilder classes?
List some of the common data providers for ado.net framework?
What is console application with example?
What is escape character 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
Do void methods have parameters?
What is CASPOL?
What are the different types of classes in c#?
What is class and object c#?
Is string value type c#?
When should I throw an exception?
What is difference between private and static constructor?