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: 8.1.3.0 (8.1.3.20220620)
Syntax
public bool IsSynchronized { get; }

Property Value

Type: Boolean

Implements

ICollectionIsSynchronized
See Also