| ContactSetCollectionRemove Method (ContactSet) |
Removes the first occurrence of a specific object from the
ICollectionT.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public bool Remove(
ContactSet item
)
Public Function Remove (
item As ContactSet
) As Boolean
public:
virtual bool Remove(
ContactSet^ item
) sealed
abstract Remove :
item : ContactSet -> bool
override Remove :
item : ContactSet -> bool
Parameters
- item
- Type: DigitalRune.Geometry.CollisionsContactSet
The object to remove from the ICollectionT.
Return Value
Type:
Boolean if item was successfully removed from the
ICollectionT; otherwise,
. This method also returns
if item is not found in the original
ICollectionT.
Implements
ICollectionTRemove(T)See Also