ReusableArray<T>.Allocate(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Allocates the specified amount of space.
protected:
override cli::array <T> ^ Allocate(int constructorParameter);
protected:
override Platform::Array <T> ^ Allocate(int constructorParameter);
override std::Array <T> Allocate(int constructorParameter);
protected override T[] Allocate (int constructorParameter);
override this.Allocate : int -> 'T[]
Protected Overrides Function Allocate (constructorParameter As Integer) As T()
Parameters
- constructorParameter
- Int32
The number of objects.
Returns
T[]
The number of objects requested.