ReusableArray<T>.Allocate(Int32) Yöntem

Tanım

Belirtilen miktarda alanı ayırır.

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()

Parametreler

constructorParameter
Int32

Nesne sayısı.

Döndürülenler

T[]

İstenen nesne sayısı.

Şunlara uygulanır