C#
public sealed class CommaDelimitedStringCollection : System.Collections.Specialized.StringCollection, System.Collections.IEnumerable, System.Collections.ICollection, System.Collections.IList
{
}
Articles
|
The System.Configuration.CommaDelimitedStringCollection and my GlobalsHelper class provide a flexible scheme to persist settings in the EnvDTE.Globals object.
|
|
The System.Configuration.CommaDelimitedStringCollection and my GlobalsHelper class provide a flexible scheme to persist settings in the EnvDTE.Globals object.
|
|
We produce data in comma delimited strings. So as part of a tool we are writing, I wrote a simple loop to output a list of objects with commas between items.
|
|
The Developer Fusion labs. Free tool to automatically translate C# to VB.NET and VB.NET to C#, plus other free developer tools and utilities
|
|
Represents a collection of string elements separated by commas ... System.Collections.Specialized . . :: . StringCollection System.Configuration . . :: . CommaDelimitedStringCollection
|