Table of Contents

Struct UnmanagedSpan<T>.Enumerator

Namespace
NumSharp.Utilities
Assembly
NumSharp.dll

Enumerates the elements of a UnmanagedSpan<T>.

public ref struct UnmanagedSpan<T>.Enumerator : IEnumerator<T>, IEnumerator, IDisposable
Implements
Inherited Members

Properties

Current

Gets the element at the current position of the enumerator.

public ref T Current { get; }

Property Value

T

Methods

MoveNext()

Advances the enumerator to the next element of the span.

public bool MoveNext()

Returns

bool