Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: PeekableStream(Stream)

Declaration

public PeekableStream(
    Stream underlyingStream
)

Summary

Constructor.

Parameters

StreamunderlyingStreamThe underlying stream on which all operations are to be performed.