Click or drag to resize

ComponentComponentSetSyncRoot Property

Gets the object to be synchronized for multi-threaded operation.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public Object SyncRoot { get; }

Property Value

Object

Implements

ICollectionSyncRoot
See Also