Note
The returned enumerator supports the IEnumerator.Reset method.
public ArraySectionEnumerator<T> GetEnumerator()
Public Function GetEnumerator As ArraySectionEnumerator(Of T)
public:
ArraySectionEnumerator<T> GetEnumerator()
member GetEnumerator : unit -> ArraySectionEnumerator<'T>