Click or drag to resize

AddInTreeImplDoozers Property

Gets a dictionary of registered doozers.

Namespace: Altaxo.AddInItems
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public ConcurrentDictionary<string, IDoozer> Doozers { get; }

Property Value

ConcurrentDictionaryString, IDoozer

Implements

IAddInTreeDoozers
See Also