System::IO::Stream::get_CanRead 方法

Stream::get_CanRead method

确定流是否可读取。

virtual bool System::IO::Stream::get_CanRead() const =0

ReturnValue

如果流可读取则为 True;否则为 False

另见