Click or drag to resize

KeyedListIsSynchronized Property

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

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public bool IsSynchronized { get; }

Property Value

Type: Boolean

Implements

ICollectionIsSynchronized
See Also