ReusableArray<T>.Cleanup(T[]) 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.
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..