Skip to content

Commit

Permalink
Remove unnecessary documentation (design changed)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Watson committed Jun 6, 2024
1 parent 5e16378 commit b26c6d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RecyclableMemoryStream.cs
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,6 @@ public override long Position
/// until <see cref="Dispose(bool)"/> is called, but the next time <c>GetBuffer</c> is called, a new buffer from the pool will be required.</remarks>
/// <exception cref="ObjectDisposedException">Object has been disposed.</exception>
/// <exception cref="OutOfMemoryException">stream is too large for a contiguous buffer.</exception>
/// <exception cref="OverflowException">stream is too long for a contiguous buffer.</exception>
public override byte[] GetBuffer()
{
this.CheckDisposed();
Expand Down

0 comments on commit b26c6d3

Please sign in to comment.