Exemplo n.º 1
0
 public MemoryPoolBufferWriter(MemoryPool <byte>?memoryPool = null)
 {
     _memoryPool = memoryPool ?? MemoryPool <byte> .Shared;
 }