ArrayExtensions.IsNotEmpty

Extension Method in ArrayExtensions

Declaration

public static bool IsNotEmpty(this Array array)

Description

Checks if the array is not empty.

Parameters

arrayThe array to check.

Returns

boolTrue if the array is not empty.