The IStringList type exposes the following members.

Methods

  NameDescription
Public methodAdd
Adds a String to the end of the IStringList.
Public methodClear
Removes all elements from the IStringList.
Public methodContains
Determines whether the IStringList contains the specified String element.
Public methodCopyTo
Copies the entire IStringCollection to a one-dimensional Array of String elements, starting at the specified index of the target array.
(Inherited from IStringCollection.)
Public methodGetEnumerator
Returns an IStringEnumerator that can iterate through the IStringCollection.
(Inherited from IStringCollection.)
Public methodIndexOf
Returns the zero-based index of the first occurrence of the specified String in the IStringList.
Public methodInsert
Inserts a String element into the IStringList at the specified index.
Public methodRemove
Removes the first occurrence of the specified String from the IStringList.
Public methodRemoveAt
Removes the element at the specified index of the IStringList.

Properties

  NameDescription
Public propertyCount
Gets the number of elements contained in the IStringCollection.
(Inherited from IStringCollection.)
Public propertyIsFixedSize
Gets a value indicating whether the IStringList has a fixed size.
Public propertyIsReadOnly
Gets a value indicating whether the IStringList is read-only.
Public propertyIsSynchronized
Gets a value indicating whether access to the IStringCollection is synchronized (thread-safe).
(Inherited from IStringCollection.)
Public propertyItem
Gets or sets the String element at the specified index.
Public propertySyncRoot
Gets an object that can be used to synchronize access to the IStringCollection.
(Inherited from IStringCollection.)

See Also