you can do this easy ans simple way myArray = myArray.Where(x => !string.IsNullOrEmpty(x)).ToArray();.
確定! 回上一頁