Top "Stringcollection" questions

Represents a collection of strings in C#

Performance concern: StringCollection vs List<String>

I was wondering when I should use List< string > and when I should use StringCollection. Let's say that …

c# performance list .net-4.0 stringcollection
Initializing a StringCollection Setting

I am writing an application, and I want to store a list of files selected by the user. Currently, one …

c# settings stringcollection