[]
        
(Showing Draft Content)

FarPoint.Win.CaptionsArrayList.GetEnumerator

GetEnumerator Method

GetEnumerator(int, int)

Gets the enumerator at the specified position.

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

Index

int count

Number

Returns
Type Description
IEnumerator

IEnumerator to browse the items of the collection

GetEnumerator()

Gets the enumerator.

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

IEnumerator to browse the items of the collection