set_Capacity()

MemoryStream::set_Capacity(int) method

Sets the capacity of the underlying memory buffer.

void System::IO::MemoryStream::set_Capacity(int value)

Arguments

ParameterTypeDescription
valueintThe new capacity in bytes to set

See Also