The IStringStringList type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds a NameValueEntry to the end
of the IStringStringList.
| |
| Clear |
Removes all elements from the IStringStringList.
| |
| Contains |
Determines whether the IStringStringList
contains the specified NameValueEntry element.
| |
| CopyTo |
Copies the entire IStringStringCollection
to a one-dimensional Array of NameValueEntry elements,
starting at the specified index of the target array.
(Inherited from IStringStringCollection.) | |
| GetEnumerator |
Returns an IStringStringEnumerator that can
iterate through the IStringStringCollection.
(Inherited from IStringStringCollection.) | |
| IndexOf |
Returns the zero-based index of the first occurrence of the specified
NameValueEntry in the IStringStringList.
| |
| Insert |
Inserts a NameValueEntry element into the
IStringStringList at the specified index.
| |
| Remove |
Removes the first occurrence of the specified NameValueEntry
from the IStringStringList.
| |
| RemoveAt |
Removes the element at the specified index of the
IStringStringList.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of elements contained in the
IStringStringCollection.
(Inherited from IStringStringCollection.) | |
| IsFixedSize |
Gets a value indicating whether the
IStringStringList has a fixed size.
| |
| IsReadOnly |
Gets a value indicating whether the
IStringStringList is read-only.
| |
| IsSynchronized |
Gets a value indicating whether access to the
IStringStringCollection is synchronized (thread-safe).
(Inherited from IStringStringCollection.) | |
| Item |
Gets or sets the NameValueEntry element at the specified index.
| |
| SyncRoot |
Gets an object that can be used to synchronize access
to the IStringStringCollection.
(Inherited from IStringStringCollection.) |