Click or drag to resize
DigitalRuneContactSetInsert Method
Inserts an Contact in the ContactSet at the specified index.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
public void Insert(
	int index,
	Contact item
)

Parameters

index
Type: SystemInt32
The zero-based index at which item should be inserted.
item
Type: DigitalRune.Geometry.CollisionsContact
The contact to insert into the ContactSet.

Implements

IListTInsert(Int32, T)
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is not a valid index in the ContactSet.
See Also