System::IO::BufferedStream::get_CanSeek method

BufferedStream::get_CanSeek method

Determines if the stream supports seeking.

virtual bool System::IO::BufferedStream::get_CanSeek() const override

ReturnValue

True if the stream supports seeking; otherwise - false

See Also