[]
Creates an enumerator for the elements in the specified array.
public ElementEnumerator(Elements elementArray)
Public Sub New(elementArray As Elements)
Type | Name | Description |
---|---|---|
Elements | elementArray | Elements array |
Creates an enumerator for the elements in the specified array with the specified start and end.
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)
Type | Name | Description |
---|---|---|
Elements | elementArray | Elements array |
bool | returnIndex | Whether to return the index |
int | startIndex | Starting index |
int | endIndex | Ending index |