StreamPipeReaderOptions.Pool 属性

定义

获取要在分配内存时使用的 MemoryPool<T>Gets the MemoryPool<T> to use when allocating memory.

public:
 property System::Buffers::MemoryPool<System::Byte> ^ Pool { System::Buffers::MemoryPool<System::Byte> ^ get(); };
public System.Buffers.MemoryPool<byte> Pool { get; }
member this.Pool : System.Buffers.MemoryPool<byte>
Public ReadOnly Property Pool As MemoryPool(Of Byte)

属性值

MemoryPool<Byte>

内存池实例。A memory pool instance.

适用于