... 3, 4}; // set a delegate for the ShowSquares method Action<int> action = new Action<int>(ShowSquares); Array.ForEach(intArray, action); } private static ...
確定! 回上一頁