Create iterator for the elements of the current instance of ILBaseArray, specify start
element and dimension to walk along
| C# | Visual Basic | Visual C++ |
public abstract ILIterator<BaseT> CreateIterator( ILIteratorPositions pos, int leadingDimension )
Public MustOverride Function CreateIterator ( _ pos As ILIteratorPositions, _ leadingDimension As Integer _ ) As ILIterator(Of BaseT)
public: virtual ILIterator<BaseT>^ CreateIterator( ILIteratorPositions pos, int leadingDimension ) abstract
- pos (ILIteratorPositions)
- start position. One out of the ILIteratorPositions: ILStart, ILMiddle, ILEnd
- leadingDimension (Int32)
- The dimension index to walk along
Iterator of the same type as the current instance of ILBaseArray