DataStoreVirtualCollectionTSyncRoot Property |
Gets the sync root.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public Object SyncRoot { get; }
Public ReadOnly Property SyncRoot As Object
Get
abstract SyncRoot : Object with get
override SyncRoot : Object with get
Property Value
Type:
ObjectThe sync root.
Implements
ICollectionSyncRootSee Also