[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Design.Selection.SyncRoot

SyncRoot Property

SyncRoot

Gets an object that can be used to synchronize access to the collection.

Declaration
public object SyncRoot { get; }
Property Value
Type Description
object

Always returns null, as this collection does not support synchronization. Access to the collection is not thread-safe.

Implements
Remarks

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.