[]
Returns the index and number of the array list of elements.
public virtual IEnumerator GetEnumerator(int index, int count)
Public Overridable Function GetEnumerator(index As Integer, count As Integer) As IEnumerator
| Type | Name | Description |
|---|---|---|
| int | index | Location of the element |
| int | count | Number of elements in the collection |
| Type | Description |
|---|---|
| IEnumerator | Index and number of the elements' array list |
Returns the array list of elements.
public virtual IEnumerator GetEnumerator()
Public Overridable Function GetEnumerator() As IEnumerator
| Type | Description |
|---|---|
| IEnumerator | Elements' array list |