Click or drag to resize

SuspendableDocumentNode_suspendTokensOfChilds Field

Stores the suspend tokens of the suspended childs of this object.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected HashSet<ISuspendToken>? _suspendTokensOfChilds

Field Value

HashSetISuspendToken
See Also