Share via


ReadOnlyTensorDimensionSpan<T>.Enumerator.Current Property

Definition

Gets the span at the current position of the enumerator.

public:
 property System::Numerics::Tensors::ReadOnlyTensorSpan<T> Current { System::Numerics::Tensors::ReadOnlyTensorSpan<T> get(); };
public System.Numerics.Tensors.ReadOnlyTensorSpan<T> Current { get; }
member this.Current : System.Numerics.Tensors.ReadOnlyTensorSpan<'T>
Public ReadOnly Property Current As ReadOnlyTensorSpan(Of T)

Property Value

Implements

Applies to