This documentation is archived and is not being maintained.
ReusableArray<T>::CanReuse Method (array<T>^, Int32)
Determines whether the array can be reused.
Namespace:
Microsoft.VisualStudio.UtilitiesAssembly:
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::BooleanTrue if the array can be reused, otherwise false..
Return to top