Click or drag to resize

KeyedList.SyncRoot Property

Gets an object that can be used to synchronize access to the collection

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
Syntax
public Object SyncRoot { get; }

Property Value

Type: Object

Implements

ICollection.SyncRoot
See Also