MemoryPool<T>.Shared 属性
定义
获取基于数组的内存池的单一实例。Gets a singleton instance of a memory pool based on arrays.
public:
static property System::Buffers::MemoryPool<T> ^ Shared { System::Buffers::MemoryPool<T> ^ get(); };
public static System.Buffers.MemoryPool<T> Shared { get; }
member this.Shared : System.Buffers.MemoryPool<'T>
Public Shared ReadOnly Property Shared As MemoryPool(Of T)
属性值
内存池的单独实例。A singleton instance of a memory pool.