Gets an object that can be used to synchronize access to the ICollection.

Namespace: Dapfor.Wpf.Data
Assembly: Dapfor.Wpf (in Dapfor.Wpf.dll) Version: 4.1.0.26317 (4.1.0.26317)

Syntax

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

Property Value

Type: Object

Return Value

Type: Object
An object that can be used to synchronize access to the ICollection.

Implements

ICollection..::..SyncRoot

See Also