StringCollection or List<String> in .NET?
        Posted  
        
            by Peanut
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Peanut
        
        
        
        Published on 2010-03-29T02:14:14Z
        Indexed on 
            2010/03/29
            2:23 UTC
        
        
        Read the original article
        Hit count: 405
        
Now that we have generics in C# - is there any real point to using StringCollection? Is StringCollection better performance wise perhaps?
© Stack Overflow or respective owner