Click or drag to resize

PartitionableListTPartialViewMRemove Method

[Missing <summary> documentation for "M:Altaxo.Collections.PartitionableList`1.PartialView`1.Remove(`1)"]


Namespace: Altaxo.Collections
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Remove(
	M item
)

Parameters

item  M

[Missing <param name="item"/> documentation for "M:Altaxo.Collections.PartitionableList`1.PartialView`1.Remove(`1)"]

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Collections.PartitionableList`1.PartialView`1.Remove(`1)"]

Implements

ICollectionTRemove(T)
See Also