[]
Gets an object that can be used to synchronize access to the collection.
public object SyncRoot { get; }
Type | Description |
---|---|
object | Always returns |
This property is intended to provide compatibility with the ICollection interface. However, because the selection collection is inherently not thread-safe, this property does not return a valid synchronization object. Consumers of this class should ensure that access to the collection is properly synchronized in multi-threaded scenarios.