ImmutableArray<T>.AsSpan Método

Definição

Cria uma novo intervalo somente leitura sobre essa matriz imutável.Creates a new read-only span over this immutable array.

public:
 ReadOnlySpan<T> AsSpan();
public ReadOnlySpan<T> AsSpan ();
member this.AsSpan : unit -> ReadOnlySpan<'T>
Public Function AsSpan () As ReadOnlySpan(Of T)

Retornos

ReadOnlySpan<T>

A representação de intervalo somente leitura dessa matriz imutável.The read-only span representation of this immutable array.

Aplica-se a