Click or drag to resize

LinearPartitioningRemove(Object) Method

Removes the first occurrence of a specific object from the IList.

Namespace: Altaxo.Graph
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Remove(
	Object? value
)

Parameters

value  Object
The object to remove from the IList.

Implements

IListRemove(Object)
Exceptions
ExceptionCondition
NotSupportedExceptionThe IList is read-only. -or- The IList has a fixed size.
See Also