CaptureCollection::SyncRoot Property

 

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

Namespace:   System.Text.RegularExpressions
Assembly:  System (in System.dll)

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

Property Value

Type: System::Object^

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

System_CAPS_warningWarning

This member is not present in the Portable Class Library. If you are developing applications that target the Portable Class Library, use the CaptureCollection::ICollection::SyncRoot property instead.

.NET Framework
Available since 1.1
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Return to top
Show: