ReadOnlyCollection(Of T) Properties
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the ReadOnlyCollection(Of T) instance. |
![]() | Item(Int32) | Gets the element at the specified index. |
![]() | Items | Returns the IList(Of T) that the ReadOnlyCollection(Of T) wraps. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection(Of T).IsReadOnly | Gets a value indicating whether the ICollection(Of T) is read-only. |
![]() ![]() | IList(Of T).Item(Int32) | Gets the element at the specified index. An NotSupportedException occurs if you try to set the item at the specified index. |
![]() ![]() | ICollection.IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
![]() ![]() | ICollection.SyncRoot | Gets an object that can be used to synchronize access to the ICollection. |
![]() ![]() | IList.IsFixedSize | Gets a value indicating whether the IList has a fixed size. |
![]() ![]() | IList.IsReadOnly | Gets a value indicating whether the IList is read-only. |
![]() ![]() | IList.Item(Int32) | Gets the element at the specified index. A NotSupportedException occurs if you try to set the item at the specified index. |



