[]
        
(Showing Draft Content)

FarPoint.Win.Elements.GetEnumerator

GetEnumerator Method

GetEnumerator(int, int)

Returns the index and number of the array list of elements.

Declaration
public virtual IEnumerator GetEnumerator(int index, int count)
Public Overridable Function GetEnumerator(index As Integer, count As Integer) As IEnumerator
Parameters
Type Name Description
int index

Location of the element

int count

Number of elements in the collection

Returns
Type Description
IEnumerator

Index and number of the elements' array list

GetEnumerator()

Returns the array list of elements.

Declaration
public virtual IEnumerator GetEnumerator()
Public Overridable Function GetEnumerator() As IEnumerator
Returns
Type Description
IEnumerator

Elements' array list

Implements