Click or drag to resize

DataStoreVirtualCollectionTSyncRoot Property

Gets the sync root.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public Object SyncRoot { get; }

Property Value

Type: Object
The sync root.

Implements

ICollectionSyncRoot
See Also