Share via


ThreadSafeReadOnlyObservableCollection<T>.ICollection.SyncRoot Property

 

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

Namespace:   Microsoft.WindowsServerSolutions.Common.ProviderFramework
Assembly:  ProviderFramework (in ProviderFramework.dll)

Syntax

object ICollection.SyncRoot { get; }
private:
property Object^ SyncRoot {
    virtual Object^ get() sealed = ICollection::SyncRoot::get;
}
Private ReadOnly Property SyncRoot As Object Implements ICollection.SyncRoot

Property Value

Type: System.Object

An Object that can be used to synchronize access to the collection.

Implements

ICollection.SyncRoot

See Also

ThreadSafeReadOnlyObservableCollection<T> Class
Microsoft.WindowsServerSolutions.Common.ProviderFramework Namespace

Return to top