S
Sandeep Limaye
Hi,
I want to use collections (similar to maps in STL) in my C# code. I looked
up MSDN but they say that you need to inherit from the
System.Collections.Specialized.NameObjectCollectionBase class and also
implement a lot of methods (MSDN also gives sample code for the same). Is it
really required to do all that? Can I use the collection as simply as I can
use STL maps in C++?
Thanks,
Sandeep
I want to use collections (similar to maps in STL) in my C# code. I looked
up MSDN but they say that you need to inherit from the
System.Collections.Specialized.NameObjectCollectionBase class and also
implement a lot of methods (MSDN also gives sample code for the same). Is it
really required to do all that? Can I use the collection as simply as I can
use STL maps in C++?
Thanks,
Sandeep