コード例 #1
0
 public override int Read(byte[] buffer, int offset, int count) => throw Error.GetReadNotSupported();
コード例 #2
0
 public override int Read(Span <byte> buffer) => throw Error.GetReadNotSupported();