Click or drag to resize

StyleListBaseTInsert Method

Throws because the list is immutable.

Namespace: Altaxo.Drawing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Insert(
	int index,
	T item
)

Parameters

index  Int32
The insertion index.
item  T
The item to insert.
See Also