The properties of the ICollection interface are listed below. For a complete list of ICollection interface members, see the ICollection Members topic.
Count | When implemented by a class, retrieves the number of elements in the ICollection. |
IsReadOnly | When implemented by a class, retrieves a value indicating whether the ICollection is read-only. |
IsSynchronized | When implemented by a class, retrieves a value indicating whether access to the ICollection is synchronized (i.e.: thread-safe). |
SyncRoot | When implemented by a class, retrieves an object that can be used to synchronize access to the ICollection. |