DataCollection | ComponentOne
C1.DataCollection.BindingList Assembly / C1.DataCollection.BindingList Namespace / C1DataCollectionBindingList Class / SyncRoot Property

In This Topic
    SyncRoot Property (C1DataCollectionBindingList)
    In This Topic
    Gets an object that can be used to synchronize access to the System.Collections.ICollection.
    Syntax
    'Declaration
     
    Public ReadOnly Property SyncRoot As Object
    public object SyncRoot {get;}
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also