IMemoryPoolFeature.MemoryPool 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 MemoryPool<T> 连接使用的 。
public:
property System::Buffers::MemoryPool<System::Byte> ^ MemoryPool { System::Buffers::MemoryPool<System::Byte> ^ get(); };
public System.Buffers.MemoryPool<byte> MemoryPool { get; }
member this.MemoryPool : System.Buffers.MemoryPool<byte>
Public ReadOnly Property MemoryPool As MemoryPool(Of Byte)