ArrayExtensions.IsEmpty

Extension Method in ArrayExtensions

Declaration

public static bool IsEmpty(this Array array)

Description

Checks if the array is empty.

Parameters

arrayThe array to check.

Returns

boolTrue if the array is empty.