Click or drag to resize

DataDictionarySyncRoot Property

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

Namespace:  Slash.Unity.DataBind.Core.Data
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
public abstract Object SyncRoot { get; }

Return Value

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

Implements

ICollectionSyncRoot
See Also