Click or drag to resize

DFColumnSyncRoot Property

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Object SyncRoot { get; }

Property Value

Object

Implements

ICollectionSyncRoot
Remarks
Returns this.
See Also