Click or drag to resize
DigitalRuneContactSetCollectionEnumeratorIEnumeratorCurrent Property
Gets the element in the collection at the current position of the enumerator.

Namespace: DigitalRune.Geometry.Collisions
Assembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax
Object IEnumerator.Current { get; }

Property Value

Type: Object
The element in the collection at the current position of the enumerator.

Implements

IEnumeratorCurrent
Exceptions
ExceptionCondition
InvalidOperationException The enumerator is positioned before the first element of the collection or after the last element.
See Also