The text of this article is not in this database — only its details are. Read it on the old site: How To Use A String Collection in C#
9 Comments
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
The text of this article is not in this database — only its details are. Read it on the old site: How To Use A String Collection in C#
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment.
FireMystPosted Dec 18, 2018, 2:36 AM
Thanks for the article with clear examples! For anyone who's interested in the fastest collection for string lookups, here's an article that has plenty of benchmarks: http://cc.davelozinski.com/c-sharp/fastest-collection-for-string-lookups
Varun BansalPosted Oct 17, 2018, 7:48 AM
Whats comparison with respect to List, List<string>, Arraylist, It is faster?
Lajapathy ArunPosted Sep 18, 2012, 7:50 AM
i like it :)
Wang ZhanPosted Mar 7, 2012, 1:04 PM
Thank you for your article,I'm new in C# programming,and after learning your article,I've understood how to use StringSelection.
Asif IqbalPosted Jun 19, 2010, 5:11 AM
thats great article Asif Iqbal Software Eng
gaoren liPosted May 25, 2010, 10:00 PM
it's impelemted by ArrayList,and it's Not New actually!
matthewPosted May 24, 2010, 8:07 AM
Why use this instead of List<string>?