Click or drag to resize
DigitalRuneContactSetCollectionEnumeratorIEnumeratorReset Method
Sets the enumerator to its initial position, which is before the first element in the ContactSetCollection.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
void IEnumerator.Reset()

Implements

IEnumeratorReset
Exceptions
ExceptionCondition
InvalidOperationException The ContactSetCollection was modified after the enumerator was created.
See Also