PrefixingBufferWriter<T,TBufferWriter>.Sequence.GetMemory(Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得可寫入的記憶體,這個記憶體可透過後續呼叫 Advance(Int32) 來初始化並新增至序列。
public Memory<T> GetMemory (int sizeHint);
abstract member GetMemory : int -> Memory<'T>
override this.GetMemory : int -> Memory<'T>
Public Function GetMemory (sizeHint As Integer) As Memory(Of T)
參數
- sizeHint
- Int32
所需的記憶體大小,或 0,只取得方便的 (非空白) 緩衝區。
傳回
Memory<T>
要求的記憶體。