StyleListBaseTRemove Method |
Throws because the list is immutable.
Namespace: Altaxo.DrawingAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool Remove(
T item
)
Parameters
- item T
- The item to remove.
Return Value
BooleanThis method does not return normally.
See Also