PrefixingBufferWriter<T,TBufferWriter>.GetMemory(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 Memory<T> à écrire d’au moins la taille requise (spécifiée par sizeHint
).
public Memory<T> GetMemory (int sizeHint = 0);
abstract member GetMemory : int -> Memory<'T>
override this.GetMemory : int -> Memory<'T>
Public Function GetMemory (Optional sizeHint As Integer = 0) As Memory(Of T)
Paramètres
- sizeHint
- Int32
Retours
Memory<T>