Click or drag to resize
MatchCollectionSyncRoot Property
Gets an object that can be used to synchronize access to the collection.

Namespace: System.Text.RegularExpressions
Assembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax
C#
public Object SyncRoot { get; }

Return Value

Type: Object
An object that can be used to synchronize access to the collection. This property always returns the object itself.
See Also