Create iterator for the elements of the current instance of ILBaseArray
| C# | Visual Basic | Visual C++ |
public abstract ILIterator<BaseT> CreateIterator()
Public MustOverride Function CreateIterator As ILIterator(Of BaseT)
public: virtual ILIterator<BaseT>^ CreateIterator() abstract
Iterator of the same type as the current instance of ILBaseArray, initialized
to the first element, ready for counting forwards on
the first dimension.