ReusableMemoryStream.Allocate(Int32) Method

Definition

Allocates memory for the number of streams in constructorParameter.

protected:
 override System::IO::MemoryStream ^ Allocate(int constructorParameter);
protected override System.IO.MemoryStream Allocate (int constructorParameter);
override this.Allocate : int -> System.IO.MemoryStream
Protected Overrides Function Allocate (constructorParameter As Integer) As MemoryStream

Parameters

constructorParameter
Int32

Returns

The stream

Applies to