BufferedStream.UnderlyingStream 屬性

定義

取得這個緩衝資料流的基礎 Stream 執行個體。

public:
 property System::IO::Stream ^ UnderlyingStream { System::IO::Stream ^ get(); };
public System.IO.Stream UnderlyingStream { get; }
member this.UnderlyingStream : System.IO.Stream
Public ReadOnly Property UnderlyingStream As Stream

屬性值

Stream

基礎資料流程實例。

適用於