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: 9.1.0.0 (9.1.0.20241025)
Syntax public bool IsSynchronized { get; }
Public ReadOnly Property IsSynchronized As Boolean
Get
Property Value
Type:
BooleanImplements
ICollectionIsSynchronizedSee Also