StringCollection Properties
.NET Framework 4
The StringCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Count | Gets the number of strings contained in the StringCollection. |
|
IsReadOnly | Gets a value indicating whether the StringCollection is read-only. |
|
IsSynchronized | Gets a value indicating whether access to the StringCollection is synchronized (thread safe). |
|
Item | Gets or sets the element at the specified index. |
|
SyncRoot | Gets an object that can be used to synchronize access to the StringCollection. |
| Name | Description | |
|---|---|---|
|
IList.IsFixedSize | Gets a value indicating whether the StringCollection object has a fixed size. |
|
IList.IsReadOnly | Gets a value indicating whether the StringCollection object is read-only. |
|
IList.Item | Gets or sets the element at the specified index. |