#include <emanaged.h>
class TArrayDelete |
Public Member Functions | |
---|---|
void | Cleanup(T *) |
Strategy (policy) class that defines the default cleanup strategy for heap-allocated arrays. This cleanup strategy deallocates the managed array by using array delete.