System.Collections.Specialized.StringCollection Class

Represents a collection of strings.

See Also: StringCollection Members

Syntax

public class StringCollection : IList

Remarks

System.Collections.Specialized.StringCollection accepts null as a valid value and allows duplicate elements.

String comparisons are case-sensitive.

Elements in this collection can be accessed using an integer index. Indexes in this collection are zero-based.

Requirements

Namespace: System.Collections.Specialized
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0