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; }
Implements
ICollection::IsSynchronizedThis member is an explicit interface implementation. It can be used only when the MatchCollection instance is cast to an ICollection interface object.
Show: