SynchronizedCollection<T> Properties
.NET Framework (current version)
Namespace:
System.Collections.Generic
Assembly: System.ServiceModel (in System.ServiceModel.dll)
| Name | Description | |
|---|---|---|
![]() | Count | Gets the number of elements contained in the thread-safe collection. |
![]() | Item[Int32] | Gets an element from the thread-safe collection with a specified index. |
![]() | Items | Gets the list of elements contained in the thread-safe collection. |
![]() | SyncRoot | Gets the object used to synchronize access to the thread-safe collection. |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection<T>.IsReadOnly | Gets a value that indicates whether the collection is read only. |
![]() ![]() | ICollection.IsSynchronized | Gets a value that indicates whether the collection is thread safe. |
![]() ![]() | ICollection.SyncRoot | Gets the object used to synchronize access to the thread-safe collection. |
![]() ![]() | IList.IsFixedSize | Gets a value that indicates whether the collection is fixed in size. |
![]() ![]() | IList.IsReadOnly | Gets a value that indicates whether the collection is read only. |
![]() ![]() | IList.Item[Int32] | Gets or sets the item at a specified zero-based index. |
Show:



