Megosztás a következőn keresztül:


VBuffer<T>.GetValues Method

Definition

The explicitly represented values. When this IsDense, the Length of the returned value will equal Length, and otherwise will have length less than Length.

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

Returns

Applies to