MatchCollection.SyncRoot Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets an object that can be used to synchronize access to the collection.
Assembly: System (in System.dll)
Property Value
Type: System.ObjectAn object that can be used to synchronize access to the collection. This property always returns the object itself.
Implements
ICollection.SyncRoot
Show: