MatchCollectionSyncRoot Property |
Gets an object that can be used to synchronize access to the collection.
Namespace: System.Text.RegularExpressionsAssembly: CSharpXamlForHtml5.System.dll (in CSharpXamlForHtml5.System.dll.dll) Version: 1.0.0.0
Syntax public Object SyncRoot { get; }
Return Value
Type:
ObjectAn object that can be used to synchronize access to the collection. This property always returns the object itself.
See Also