Click or drag to resize

StyleListManagerBaseTList, TItem, TListManagerEntryCreateNewList Method

[Missing <summary> documentation for "M:Altaxo.Drawing.StyleListManagerBase`3.CreateNewList(System.String,System.Collections.Generic.IEnumerable{`1})"]


Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract TList CreateNewList(
	string name,
	IEnumerable<TItem> symbols
)

Parameters

name  String

[Missing <param name="name"/> documentation for "M:Altaxo.Drawing.StyleListManagerBase`3.CreateNewList(System.String,System.Collections.Generic.IEnumerable{`1})"]

symbols  IEnumerableTItem

[Missing <param name="symbols"/> documentation for "M:Altaxo.Drawing.StyleListManagerBase`3.CreateNewList(System.String,System.Collections.Generic.IEnumerable{`1})"]

Return Value

TList

[Missing <returns> documentation for "M:Altaxo.Drawing.StyleListManagerBase`3.CreateNewList(System.String,System.Collections.Generic.IEnumerable{`1})"]

Implements

IStyleListManagerTList, TCreateNewList(String, IEnumerableT)
See Also