Click or drag to resize

ProjectItemCollectionBaseTItemClear Method

Removes all items from the ICollectionT.

Namespace: Altaxo.Main
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public virtual void Clear()

Implements

ICollectionTClear
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollectionT is read-only.
See Also