SynchronizedReadOnlyCollection<T> Properties
.NET Framework 4
The SynchronizedReadOnlyCollection<T> type exposes the following members.
| Name | Description | |
|---|---|---|
|
ICollection<T>.IsReadOnly | This property always returns true because the collection is read-only. |
|
ICollection.IsSynchronized | This property always returns true because the collection is thread safe. |
|
ICollection.SyncRoot | Gets the object used to synchronize access to the thread-safe, read-only collection. |
|
IList.IsFixedSize | This property returns true because the read-only collection is always fixed in size. |
|
IList.IsReadOnly | This property always returns true because the collection is read-only. |
|
IList<T>.Item | Returns the object in the collection that has the specified index. |
|
IList.Item | Gets the item at a specified zero-based index. |