Click or drag to resize

IStyleListManagerTList, TCreateNewList Method

Creates a new standard list of items.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
TList CreateNewList(
	string listName,
	IEnumerable<T> listItems
)

Parameters

listName  String
The name of the list.
listItems  IEnumerableT
The items of the list.

Return Value

TList
A new list with the specified name and items.
See Also