Click or drag to resize
DigitalRuneBasePartitionTRemove Method

Namespace: DigitalRune.Geometry.Partitioning
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public bool Remove(
	T item
)

Parameters

item
Type: T
The object to remove from the BasePartitionT.

Return Value

Type: Boolean
if item was successfully removed from the BasePartitionT; otherwise, . This method also returns if item is not found in the original BasePartitionT.

Implements

ICollectionTRemove(T)
See Also