The IStringStringList type exposes the following members.

Methods

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

Properties

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

See Also