Click or drag to resize

StyleListBaseTRemove 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 bool Remove(
	T item
)

Parameters

item  T
The item to remove.

Return Value

Boolean
This method does not return normally.
See Also