[]
        
(Showing Draft Content)

FarPoint.Win.Elements.ElementEnumerator.-ctor

ElementEnumerator Constructor

ElementEnumerator(Elements)

Creates an enumerator for the elements in the specified array.

Declaration
public ElementEnumerator(Elements elementArray)
Public Sub New(elementArray As Elements)
Parameters
Type Name Description
Elements elementArray

Elements array

ElementEnumerator(Elements, bool, int, int)

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

Declaration
public ElementEnumerator(Elements elementArray, bool returnIndex, int startIndex, int endIndex)
Public Sub New(elementArray As Elements, returnIndex As Boolean, startIndex As Integer, endIndex As Integer)
Parameters
Type Name Description
Elements elementArray

Elements array

bool returnIndex

Whether to return the index

int startIndex

Starting index

int endIndex

Ending index