Click or drag to resize

StyleListManagerBaseForClassesTList, TItem, TListManagerEntry Constructor


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

Parameters

valueCreator  FuncTList, ItemDefinitionLevel, TListManagerEntry

[Missing <param name="valueCreator"/> documentation for "M:Altaxo.Drawing.StyleListManagerBaseForClasses`3.#ctor(System.Func{`0,Altaxo.Main.ItemDefinitionLevel,`2},`0)"]

builtinDefaultList  TList

[Missing <param name="builtinDefaultList"/> documentation for "M:Altaxo.Drawing.StyleListManagerBaseForClasses`3.#ctor(System.Func{`0,Altaxo.Main.ItemDefinitionLevel,`2},`0)"]

See Also