SynchronizedCollection<T>::SyncRoot Property

 

Gets the object used to synchronize access to the thread-safe collection.

Namespace:   System.Collections.Generic
Assembly:  System.ServiceModel (in System.ServiceModel.dll)

public:
property Object^ SyncRoot {
	Object^ get();
}

Property Value

Type: System::Object^

An object used to synchronize access to the thread-safe collection.

.NET Framework
Available since 3.0
Return to top
Show: