function to check if a array is empty in C# code example Example: c# check if array is empty if(array == null || array.Length == 0)