Returns the object that can be used to synchronize access to the collection. Read-only.

Namespace: Spire.Doc.Collections
Assembly: Spire.Doc (in Spire.Doc.dll) Version: 9.6.1.0 (9.6.1.3020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public virtual Object SyncRoot { get; }
Public Overridable ReadOnly Property SyncRoot As Object
	Get
public:
virtual property Object^ SyncRoot {
	Object^ get ();
}
abstract SyncRoot : Object with get
override SyncRoot : Object with get

Property Value

Object

Implements

ICollection..::..SyncRoot

See Also