Click or drag to resize

DataDictionaryIsSynchronized Property

Gets a value indicating whether access to the ICollection is synchronized (thread safe).

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

Return Value

Type: Boolean
true if access to the ICollection is synchronized (thread safe); otherwise, false.

Implements

ICollectionIsSynchronized
See Also