System::IO::MemoryStream::get_CanSeek method

MemoryStream::get_CanSeek method

Determines if the stream supports seeking.

bool System::IO::MemoryStream::get_CanSeek() const override

ReturnValue

True if the stream supports seeking; otherwise - false

See Also