Click or drag to resize

LinearPartitioningSyncRoot Property

Gets an object that can be used to synchronize access to the ICollection.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Object SyncRoot { get; }

Return Value

Object
An object that can be used to synchronize access to the ICollection.

Implements

ICollectionSyncRoot
See Also