StringCollection Properties
.NET Framework (current version)
Namespace:
System.Collections.Specialized
Assembly: System (in System.dll)
| 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[Int32] | 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[Int32] | Gets or sets the element at the specified index. |
Show:


