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>
请求的内存。