[]
Gets the enumerator at the specified position.
public IEnumerator GetEnumerator(int index, int count)
Public Function GetEnumerator(index As Integer, count As Integer) As IEnumerator
| Type | Name | Description |
|---|---|---|
| int | index | Index |
| int | count | Number |
| Type | Description |
|---|---|
| IEnumerator | IEnumerator to browse the items of the collection |
Gets the enumerator.
public IEnumerator GetEnumerator()
Public Function GetEnumerator() As IEnumerator
| Type | Description |
|---|---|
| IEnumerator | IEnumerator to browse the items of the collection |