ConcurrentCollectionT Properties |
The ConcurrentCollectionT generic type exposes the following members.
Name | Description | |
---|---|---|
Count |
Gets the number of elements contained in the ConcurrentCollectionT.
| |
IsReadOnly |
Gets a value indicating whether the ConcurrentCollectionT is read-only. This is always false.
| |
IsSynchronized |
Gets a value indicating whether access to the ConcurrentCollectionT is synchronized (thread safe). This is always true.
| |
SyncRoot |
Gets an object that can be used to synchronize access to the ConcurrentCollectionT.
|