Click or drag to resize

CommandifiedListTSyncRoot Property

Gets an object that can be used to synchronize access to the ICollection. It's the same object used in locks inside this object.

Namespace:  SD.Tools.Algorithmia.GeneralDataStructures
Assembly:  SD.Tools.Algorithmia (in SD.Tools.Algorithmia.dll) Version: 1.4.0.0 (1.4.19.0711)
Syntax
public Object SyncRoot { get; }

Property Value

Type: Object

Implements

ICollectionSyncRoot
See Also