ReadOnlyMemory2D<T>.Span Property

Definition

Gets a ReadOnlySpan2D<T> instance from the current memory.

public Microsoft.Toolkit.HighPerformance.ReadOnlySpan2D<T> Span { get; }
member this.Span : Microsoft.Toolkit.HighPerformance.ReadOnlySpan2D<'T>
Public ReadOnly Property Span As ReadOnlySpan2D(Of T)

Property Value

Applies to