StringCollection in C#
Posted
on C# Corner
See other posts from C# Corner
Published on 5/23/2010 9:18:00 PM
Indexed on
2010/05/24
8:03 UTC
Read the original article
Hit count: 221
Filed under:
StringCollection class is a new addition to the .NET Framework class library that represents a collection of strings. In this article, we will discuss how to take advantages of its methods and properties to manage a collection of strings.
© C# Corner or respective owner