Infragistics2.Shared.v8.1
SyncRoot Property
See Also 
Infragistics.Shared Namespace > DisposableObjectCollectionBase Class : SyncRoot Property

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

Syntax

Visual Basic (Declaration) 
Public Overridable ReadOnly Property SyncRoot As Object
C# 
public virtual object SyncRoot {get;}

See Also