Partager via


PooledBuffer.GetSpan(Int32) Méthode

Définition

Renvoie un élément Span<T> à écrire d’au moins la taille requise (spécifiée par sizeHint).

public Span<byte> GetSpan (int sizeHint = 0);
abstract member GetSpan : int -> Span<byte>
override this.GetSpan : int -> Span<byte>
Public Function GetSpan (Optional sizeHint As Integer = 0) As Span(Of Byte)

Paramètres

sizeHint
Int32

Retours

Implémente

S’applique à