Click or drag to resize

IAddInTreeDoozers 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#
ConcurrentDictionary<string, IDoozer> Doozers { get; }

Property Value

ConcurrentDictionaryString, IDoozer
See Also