ReusableArray<T>::Allocate Method (Int32)

Visual Studio 2015
 

Allocates the specified amount of space.

Namespace:   Microsoft.VisualStudio.Utilities
Assembly:  Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)

protected:
virtual array<T>^ Allocate(
	int constructorParameter
) override

Parameters

constructorParameter
Type: System::Int32

The number of objects.

Return Value

Type: array<T>^

The number of objects requested.

Return to top
Show: