To concatenate the two arrays into a single array, we can use the Enumerable.Concat() method in C#. Note: The Enumberable.Concat() is available in System.Linq ...
確定! 回上一頁