ReusableArray<T>.Cleanup(T[]) Method

Definition

Determines whether the length of the array is less than or equal to the maximum cache size.

protected:
 override bool Cleanup(cli::array <T> ^ value);
protected:
 override bool Cleanup(Platform::Array <T> ^ value);
 override bool Cleanup(std::Array <T> const & value);
protected override bool Cleanup (T[] value);
override this.Cleanup : 'T[] -> bool
Protected Overrides Function Cleanup (value As T()) As Boolean

Parameters

value
T[]

The array.

Returns

True if the length of the array is less than or equal to the maximum cache size, otherwise false..

Applies to