Represents a collection of strings in C#
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 stringcollectionI am writing an application, and I want to store a list of files selected by the user. Currently, one …
c# settings stringcollection