ReadOnlyCollectionBuilder<T>::ICollection::SyncRoot Property

 

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

Namespace:   System.Runtime.CompilerServices
Assembly:  System.Core (in System.Core.dll)

private:
property Object^ SyncRoot {
	virtual Object^ get() sealed = ICollection::SyncRoot::get;
}

Property Value

Type: System::Object^

An object that can be used to synchronize access to the ICollection.

.NET Framework
Available since 4.0
Silverlight
Available since 4.0
Return to top
Show: