This topic has not yet been rated - Rate this topic

StringCollection Properties

The StringCollection type exposes the following members.

  NameDescription
Public property Count Gets the number of strings contained in the StringCollection.
Public property IsReadOnly Gets a value indicating whether the StringCollection is read-only.
Public property IsSynchronized Gets a value indicating whether access to the StringCollection is synchronized (thread safe).
Public property Item Gets or sets the element at the specified index.
Public property SyncRoot Gets an object that can be used to synchronize access to the StringCollection.
Top
  NameDescription
Explicit interface implemetation Private property IList.IsFixedSize Gets a value indicating whether the StringCollection object has a fixed size.
Explicit interface implemetation Private property IList.IsReadOnly Gets a value indicating whether the StringCollection object is read-only.
Explicit interface implemetation Private property IList.Item Gets or sets the element at the specified index.
Top
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.