TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Karthik Agarwal
NA
748
266.1k
How to convert SortedList to some other type of same kind?
Jun 22 2012 8:41 AM
I have some thing like below.
System::Collections::Generic::SortedList<UInt16, UInt16> ^ franges;
But i wrote hell a lot of code using this. Now i don't want the list to be sorted.
So can I change the this SortedList to some other type of same kind.
For example Dictionary or IDictionary can be used in similar way.
Similar to these types i want some other of this kind except Dictionary.
Reply
Answers (
7
)
How to use the string as a function as function call?
I need the Windows API programming learning resources