This documentation is archived and is not being maintained.
MatchCollection::ICollection::IsSynchronized Property
Visual Studio 2010
Updated: June 2011
Gets a value that indicates whether access to the collection is synchronized (thread-safe).
Assembly: System (in System.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: