System::IO::MemoryStream::set_Capacity method

MemoryStream::set_Capacity method

Sets the capacity of the underlying memory buffer.

void System::IO::MemoryStream::set_Capacity(int value)
ParameterTypeDescription
valueintThe new capacity in bytes to set

See Also