| ContactSetCollectionEnumeratorIEnumeratorCurrent Property |
Gets the element in the collection at the current position of the enumerator.
Namespace: DigitalRune.Geometry.CollisionsAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax Object IEnumerator.Current { get; }
Private ReadOnly Property Current As Object
Implements IEnumerator.Current
Get
private:
virtual property Object^ Current {
Object^ get () sealed = IEnumerator::Current::get;
}
private abstract Current : Object with get
private override Current : Object with get
Property Value
Type:
ObjectThe element in the collection at the current position of the enumerator.
Implements
IEnumeratorCurrentExceptions Exception | Condition |
---|
InvalidOperationException |
The enumerator is positioned before the first element of the collection or after the last
element.
|
See Also