[]
        
(Showing Draft Content)

FarPoint.Win.Elements.ElementEnumerator

Elements.ElementEnumerator Class

Implements IEnumerator for all of the various types of enumerators (All, Days, RecurringDates, and SpecificDates).

Inheritance
Elements.ElementEnumerator
Implements
Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
protected class Elements.ElementEnumerator : IEnumerator
Protected Class Elements.ElementEnumerator
    Implements IEnumerator

Constructors

Name Description
ElementEnumerator(Elements)

Creates an enumerator for the elements in the specified array.

ElementEnumerator(Elements, bool, int, int)

Creates an enumerator for the elements in the specified array with the specified start and end.

Fields

Name Description
elements

array being enumerated (clone)

index

current index

max

maximum index to enumerate (external)

min

minimum index to enumerate (external)

returnIndex

flag indicating whether to return index

Properties

Name Description
Current

Gets the current element in the enumerator.

Methods

Name Description
MoveNext()

Advances the enumerator to the next element in the Elements array.

Reset()

Resets the enumerator to its initial position, which is before the first element in the Elements array.