Interface ISynchronizedCollection
- Namespace
- Ecng.Collections
- Assembly
- Ecng.Collections.dll
Represents a collection that can be synchronized using a SyncObject.
public interface ISynchronizedCollection
- Extension Methods
Properties
SyncRoot
Gets the synchronization object used for thread-safe operations.
SyncObject SyncRoot { get; }