StringCollection Properties
.NET Framework 1.1
The properties of the StringCollection class are listed here. For a complete list of StringCollection class members, see the StringCollection Members topic.
Public Properties
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.
In C#, this property is the indexer for the StringCollection class. |
SyncRoot | Gets an object that can be used to synchronize access to the StringCollection. |
See Also
StringCollection Class | System.Collections.Specialized Namespace
