| CollisionObjectCollectionRemoveItem Method |
Removes the element at the specified index of the
CollectionT.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax protected override void RemoveItem(
int index
)
Protected Overrides Sub RemoveItem (
index As Integer
)
protected:
virtual void RemoveItem(
int index
) override
abstract RemoveItem :
index : int -> unit
override RemoveItem :
index : int -> unit
Parameters
- index
- Type: SystemInt32
The zero-based index of the element to remove.
Exceptions See Also