Coding tip (C#): Determine if an array is empty

if (array.GetLength(0) == 0)

Leave a Reply