Click or drag to resize
DelimitedStringList Properties

The DelimitedStringList type exposes the following members.

Properties
  NameDescription
Public propertyAppendDanglingDelimiter
Gets or sets a value indicating whether a dangling delimiter has to be added after the elements.
Public propertyCapacity
Gets or sets the total number of elements the internal data structure can hold without resizing.
(Inherited from List<String>.)
Public propertyCount (Inherited from List<String>.)
Public propertyDelimiter
Gets or sets the delimiter string
Public propertyItem
Gets or sets the element at the specified index.
(Inherited from List<String>.)
Public propertyPrefix
Gets or sets the prefix.
Public propertySuffix
Gets or sets the suffix.
Top
Explicit Interface Implementations
  NameDescription
Explicit interface implementationPrivate propertyIList.IsFixedSize
Gets a value indicating whether the IList has a fixed size.
(Inherited from List<String>.)
Explicit interface implementationPrivate propertyICollection<T>.IsReadOnly (Inherited from List<String>.)
Explicit interface implementationPrivate propertyIList.IsReadOnly
Gets a value indicating whether the IList is read-only.
(Inherited from List<String>.)
Explicit interface implementationPrivate propertyICollection.IsSynchronized
Gets a value indicating whether access to the ICollection is synchronized (thread safe).
(Inherited from List<String>.)
Explicit interface implementationPrivate propertyIList.Item
Gets or sets the element at the specified index.
(Inherited from List<String>.)
Explicit interface implementationPrivate propertyICollection.SyncRoot
Gets an object that can be used to synchronize access to the ICollection.
(Inherited from List<String>.)
Top
See Also