System::IO::MemoryStream::SetLength method

MemoryStream::SetLength method

Sets the length of the stream represented by the current object.

void System::IO::MemoryStream::SetLength(int64_t value) override
ParameterTypeDescription
valueint64_tThe length in bytes to set

See Also