This documentation is archived and is not being maintained.

GroupCollection::ICollection::SyncRoot Property

Updated: June 2011

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

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

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

Property Value

Type: System::Object
An object that can be used to synchronize access to the collection.

Implements

ICollection::SyncRoot

This member is an explicit interface implementation. It can be used only when the GroupCollection instance is cast to an ICollection interface object.

Portable Class Library

Supported in: Portable Class Library

Date

History

Reason

June 2011

Documented Portable Class Library member.

Information enhancement.

Show: