static void Main(string[] args) { var A = new PinnedArray(100); var B = new PinnedArray(100); B.FillRandom(); A.AddFrom(B); }