ArrayExtensions.IsNotEmpty
Extension Method in ArrayExtensions
Declaration
public static bool IsNotEmpty(this Array array)
Description
Checks if the array is not empty.
Parameters
array | The array to check. |
Returns
bool | True if the array is not empty. |