The fastest way to get an empty array in using Array.Empty<T>() call. For list, it is just using new List<T>() aka the most straightforward way.
確定! 回上一頁