This documentation is archived and is not being maintained.

GroupCollection::ICollection::IsSynchronized Property

Updated: June 2011

Gets a value that indicates whether access to the collection is synchronized (thread-safe).

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

private:
virtual property bool IsSynchronized {
	bool get () sealed = ICollection::IsSynchronized::get;
}

Property Value

Type: System::Boolean
false in all cases.

Implements

ICollection::IsSynchronized

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: