MemoryPool<T>.Shared プロパティ

定義

配列に基づいてメモリ プールのシングルトン インスタンスを取得します。

public:
 static property System::Buffers::MemoryPool<T> ^ Shared { System::Buffers::MemoryPool<T> ^ get(); };
public static System.Buffers.MemoryPool<T> Shared { get; }
static member Shared : System.Buffers.MemoryPool<'T>
Public Shared ReadOnly Property Shared As MemoryPool(Of T)

プロパティ値

メモリ プールのシングルトン インスタンス。

適用対象