ReusableArray<T>::CanReuse Method (array<T>^, Int32)

Visual Studio 2015
 

Determines whether the array can be reused.

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

protected:
virtual bool CanReuse(
	array<T>^ value,
	int parameter
) override

Parameters

value
Type: array<T>^

The allocated array.

parameter
Type: System::Int32

The requested size.

Return Value

Type: System::Boolean

True if the array can be reused, otherwise false..

Return to top
Show: