- Declared in: RT.KitchenSink.Streams.PeekableStream
- Overrides: Stream.SetLength(long)
Declaration
public override void SetLength(
long value
)Summary
Sets the length of the underlying stream, if supported by it. Note that setting the length causes
all peek streams to be invalidated.