ReadOnlyTensorDimensionSpan<T>.Enumerator Struct    
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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>::Enumeratorpublic ref struct ReadOnlyTensorDimensionSpan<T>.Enumerator : System.Collections.Generic.IEnumerator<System.Numerics.Tensors.ReadOnlyTensorSpan<T>>public ref struct ReadOnlyTensorDimensionSpan<T>.Enumeratortype ReadOnlyTensorDimensionSpan<'T>.Enumerator = struct
    interface IEnumerator<ReadOnlyTensorSpan<'T>>
    interface IEnumerator
    interface IDisposabletype ReadOnlyTensorDimensionSpan<'T>.Enumerator = structPublic Structure ReadOnlyTensorDimensionSpan(Of T).Enumerator
Implements IEnumerator(Of ReadOnlyTensorSpan(Of T))Public Structure ReadOnlyTensorDimensionSpan(Of T).EnumeratorType Parameters
- T
- Inheritance
- 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 |