ComponentOne CollectionView
C1.Win.CollectionView Assembly / C1.Win.CollectionView Namespace / C1CollectionViewBindingList Class / SyncRoot Property

In This Topic
    SyncRoot Property
    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 System.Object
    public System.object SyncRoot {get;}
    Exceptions
    ExceptionDescription
    The exception that is thrown when a requested method or operation is not implemented.
    See Also