Поделиться через


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 ref struct ReadOnlyTensorDimensionSpan<T>.Enumerator : System.Collections.Generic.IEnumerator<System.Numerics.Tensors.ReadOnlyTensorSpan<T>>
type ReadOnlyTensorDimensionSpan<'T>.Enumerator = struct
    interface IEnumerator<ReadOnlyTensorSpan<'T>>
    interface IEnumerator
    interface IDisposable
Public Structure ReadOnlyTensorDimensionSpan(Of T).Enumerator
Implements IEnumerator(Of ReadOnlyTensorSpan(Of T))

Type Parameters

T
Inheritance
ReadOnlyTensorDimensionSpan<T>.Enumerator
Implements

Properties

Name Description
Current

Gets the span at the current position of the enumerator.

Methods

Name Description
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

Name Description
IDisposable.Dispose()
IEnumerator.Current

Applies to