Click or drag to resize

StyleListManagerBaseForClassesTList, TItem, TListManagerEntry Constructor

Initializes a new instance of the StyleListManagerBaseForClassesTList, TItem, TListManagerEntry class.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected StyleListManagerBaseForClasses(
	Func<TList, ItemDefinitionLevel, TListManagerEntry> valueCreator,
	TList builtinDefaultList
)

Parameters

valueCreator  FuncTList, ItemDefinitionLevel, TListManagerEntry
Factory used to create manager entries.
builtinDefaultList  TList
The builtin default list.
See Also