[]
Represents a collection of string values.
public class EnhanceStringCollection : StringCollection, IList, ICollection, IList<string>, ICollection<string>, IEnumerable<string>, IEnumerable, ICloneable
Public Class EnhanceStringCollection
Inherits StringCollection
Implements IList, ICollection, IList(Of String), ICollection(Of String), IEnumerable(Of String), IEnumerable, ICloneable
Name | Description |
---|---|
this[int] | Gets or sets the string value at the specified index. |