#pragma once ref class ArrayHelper { public: static int Copy(array^ source, int destination[]); };