Gets an object that can be used to synchronize access to the collection.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
protected Object SyncRoot { get; }
VB
Protected ReadOnly Property SyncRoot As Object
Get
Property Value
Type:
Object
An object that can be used to synchronize access to the collection.
See Also