Where are all .NET Collection classes located ?
Answer Posted / nitin kumar tomar
In System.Collections
| Is This Answer Correct ? | 38 Yes | 3 No |
Post New Answer View All Answers
how can one use hcl and c sharp together?
Why singleton class is sealed in c#?
What is jagged array in c#?
What is difference between sleep () and wait ()?
What is the difference between gettype and typeof in c#?
What is the difference between method and function in c#?
How do you determine whether a string represents a numeric value?
Why do we use interface in c#?
What is difference between array and collection in c#?
If the interface in c# only contains the declaration of the methods and we need to define those methods in the class, then why we use the interface?
Are enums static c#?
What is private readonly in c#?
Why do we use hashtable in c#?
Is there hashmap in c#?
Is clr a compiler?