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

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
A copy of the Match object to synchronize.
See Also