PagesEnumeratorTIEnumeratorCurrent Property

Gets the element in the collection at the current position of the enumerator.

Definition

Namespace: SMath.Controls
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.2.9018.0
C#
Object IEnumerator.Current { get; }

Return Value

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

Implements

IEnumeratorCurrent

See Also