StyleListBaseT(String, IEnumerableT) Constructor |
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic StyleListBase(
string name,
IEnumerable<T> symbols
)
Parameters
- name String
- The list name.
- symbols IEnumerableT
- The items to include in the list.
See Also