Create iterator, initialized to run from start over first dimension
| C# | Visual Basic | Visual C++ |
public override ILIterator<BaseT> CreateIterator()
Public Overrides Function CreateIterator As ILIterator(Of BaseT)
public: virtual ILIterator<BaseT>^ CreateIterator() override
Iterator of the same type as the current instance of ILArray, initialized
to the first element, ready for counting forwards on
the first dimension.