MatchCollection::ICollection::IsSynchronized Property

.NET Framework (current version)

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

Namespace:  System.Text.RegularExpressions
Assembly:  System.Text.RegularExpressions (in System.Text.RegularExpressions.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 MatchCollection instance is cast to an ICollection interface object.

.NET Framework

Supported in: 4.6

Portable Class Library

Supported in: Portable Class Library
Show: