Share via


ReadOnlyTensorDimensionSpan<T>.Enumerator Struct

Definition

Enumerates the spans of a tensor dimension span.

public: value class ReadOnlyTensorDimensionSpan<T>::Enumerator : System::Collections::Generic::IEnumerator<System::Numerics::Tensors::ReadOnlyTensorSpan<T>>
public: value class ReadOnlyTensorDimensionSpan<T>::Enumerator
public ref struct ReadOnlyTensorDimensionSpan<T>.Enumerator : System.Collections.Generic.IEnumerator<System.Numerics.Tensors.ReadOnlyTensorSpan<T>>
public ref struct ReadOnlyTensorDimensionSpan<T>.Enumerator
type ReadOnlyTensorDimensionSpan<'T>.Enumerator = struct
    interface IEnumerator<ReadOnlyTensorSpan<'T>>
    interface IEnumerator
    interface IDisposable
type ReadOnlyTensorDimensionSpan<'T>.Enumerator = struct
Public Structure ReadOnlyTensorDimensionSpan(Of T).Enumerator
Implements IEnumerator(Of ReadOnlyTensorSpan(Of T))
Public Structure ReadOnlyTensorDimensionSpan(Of T).Enumerator

Type Parameters

T
Inheritance
ReadOnlyTensorDimensionSpan<T>.Enumerator
Implements

Properties

Current

Gets the span at the current position of the enumerator.

Methods

MoveNext()

Advances the enumerator to the next element of the tensor span.

Reset()

Sets the enumerator to its initial position, which is before the first element in the tensor span.

Explicit Interface Implementations

IDisposable.Dispose()
IEnumerator.Current

Applies to