| CompressedAabbTreeRemove Method |
Namespace: DigitalRune.Geometry.PartitioningAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public bool Remove(
int item
)
Public Function Remove (
item As Integer
) As Boolean
public:
virtual bool Remove(
int item
) sealed
abstract Remove :
item : int -> bool
override Remove :
item : int -> bool
Parameters
- item
- Type: SystemInt32
The object to remove from the CompressedAabbTree.
Return Value
Type:
Boolean if
item was successfully removed from the
CompressedAabbTree; otherwise,
. This method also
returns
if
item is not found in the original
CompressedAabbTree.
Implements
ICollectionTRemove(T)See Also