PooledBuffer.GetSpan(Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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