Answer Posted / ajay
structure are not inherited.Because structure are valutype
and class is reference type.
| Is This Answer Correct ? | 15 Yes | 4 No |
Post New Answer View All Answers
What is serializable in c#?
How do I create a new form in c#?
What does clr stand for?
Which is faster dictionary or list?
Why do we use namespace in c#?
What is signature c#?
What is difference between mutable and immutable in c#?
Are string objects mutable or immutable?
Why do we need to call CG.SupressFinalize?
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 extender provider components?
What is a partial method?
Define satellite Assembly in .NET?
What is the use of thread join in c#?
Define multicast c# delegate?