static void Main(string[] args) { string[] myStringArray = null; if (IsNullOrEmpty(myStringArray)) Console.WriteLine("Null or Empty"); } ...
確定! 回上一頁