IStyleListManagerTList, TCreateNewList Method |
Creates a new standard list of items.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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[Missing <returns> documentation for "M:Altaxo.Drawing.IStyleListManager`2.CreateNewList(System.String,System.Collections.Generic.IEnumerable{`1})"]
See Also