Closed kellyethridge closed 4 years ago
The current behavior of MemoryStream.Length is to always just return the the length of the stream. However, if the stream is closed the property should throw an ObjectDisposedException.
MemoryStream.Length
ObjectDisposedException
The current behavior of
MemoryStream.Length
is to always just return the the length of the stream. However, if the stream is closed the property should throw anObjectDisposedException
.