What is token in c#?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More C Sharp Interview Questions

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<string, AddInProject> m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList<string, AddInProject>(); } } }

0 Answers   ABC, WinsIndia,


Define a partial class?

0 Answers  


How do you declare a variable in c#?

0 Answers  


Explain about WSDL

0 Answers   Digital GlobalSoft,


What is marshalling and what are different kinds of marshalling?

0 Answers  






Can you describe iuknown interface in short?

0 Answers  


To compute the monthly, half-yearly and annual sales made by all the salesmen of a company.

1 Answers   Philips,


What is Dispose method in .NET?

3 Answers  


Difference between string and stringbuilder?

3 Answers   HCL, Siemens, TCS,


class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } class Employee { stat9c Method1() static Method2(ref a) stat9c Method3(out x) } what will happen & why?

2 Answers  


Can you change the value of a variable while debugging a C# application?

2 Answers  


What is difference between ienumerable and list?

0 Answers  


Categories