ReusableArray<T>::Cleanup Method (array<T>^)

Visual Studio 2015
 

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

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

protected:
virtual bool Cleanup(
	array<T>^ value
) override

Parameters

value
Type: array<T>^

The array.

Return Value

Type: System::Boolean

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

Return to top
Show: