| IIterator Methods |
The IIterator type exposes the following members.
| Name | Description | |
|---|---|---|
| GetItem |
Gets the item by index from array
(Inherited from IArray.) | |
| MoveNext | Advances the enumerator to the next element of the collection. (Inherited from IEnumerator.) | |
| Reset | Sets the enumerator to its initial position, which is before the first element in the collection. (Inherited from IEnumerator.) |
| Name | Description | |
|---|---|---|
| CastT | (Defined by ArrayExtensions.) |