Namespace: Spire.Spreadsheet.Forms.Collections
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

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

Property Value

Object

Implements

ICollection..::..SyncRoot

See Also