WriteTo()

MemoryStream::WriteTo(SharedPtr<Stream>) method

Writes the content of the underlying buffer to the specified stream.

virtual void System::IO::MemoryStream::WriteTo(SharedPtr<Stream> stream)

Arguments

ParameterTypeDescription
streamSharedPtr<Stream>The stream to write to

See Also