Click or drag to resize

LinearPartitioningIsSynchronized Property

Gets a value indicating whether access to the ICollection is synchronized (thread safe).

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

Return Value

Boolean
if access to the ICollection is synchronized (thread safe); otherwise, .

Implements

ICollectionIsSynchronized
See Also