SynchronizedReadOnlyCollection(Of T) Properties
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
The SynchronizedReadOnlyCollection(Of T) type exposes the following members.
| Name | Description | |
|---|---|---|
|
ICollection(Of T).IsReadOnly | Returns true. |
|
ICollection.IsSynchronized | Gets a value that indicates whether access to the collection is synchronized. |
|
ICollection.SyncRoot | Gets an object that can be used to synchronize access to the collection. |
|
IList.IsFixedSize | Gets a value that indicates whether the collection has a fixed size. |
|
IList.IsReadOnly | Gets a value that indicates whether the collection is read-only. |
|
IList(Of T).Item | Gets the element at the specified index. |
|
IList.Item | Gets the element at the specified index and throws an exception if an element is set. |
Show: