Click or drag to resize

StyleListBaseT(String, IEnumerableT) Constructor

Initializes a new instance of the StyleListBaseT class

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

Parameters

name  String

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

symbols  IEnumerableT

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

See Also