Exemplo n.º 1
0
 public override int Read(byte[] buffer, int offset, int count) => throw Error.GetReadNotSupported();
Exemplo n.º 2
0
 public override int Read(Span <byte> buffer) => throw Error.GetReadNotSupported();