GroupCollection::SyncRoot Property

 

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

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

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

Property Value

Type: System::Object^

A copy of the Match object to synchronize.

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 GroupCollection::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: