Edit

ArcBuffer.ArraySegmentEnumerator.IEnumerable<ArraySegment<Byte>>.GetEnumerator Method

Definition

Returns an enumerator that iterates through the collection.

readonly System.Collections.Generic.IEnumerator<ArraySegment<byte>> IEnumerable<ArraySegment<byte>>.GetEnumerator();
abstract member System.Collections.Generic.IEnumerable<System.ArraySegment<System.Byte>>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<ArraySegment<byte>>
override this.System.Collections.Generic.IEnumerable<System.ArraySegment<System.Byte>>.GetEnumerator : unit -> System.Collections.Generic.IEnumerator<ArraySegment<byte>>
Function GetEnumerator () As IEnumerator(Of ArraySegment(Of Byte)) Implements IEnumerable(Of ArraySegment(Of Byte)).GetEnumerator

Returns

Implements

Applies to