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



