Check if the array is null or empty.

Namespace:  Devolutions.Utils
Assembly:  Devolutions.Utils (in Devolutions.Utils.dll)

Syntax

Visual Basic
Public Shared Function IsNullOrEmpty ( _
	array As Array _
) As Boolean
C#
public static bool IsNullOrEmpty(
	Array array
)

Parameters

array
Type: System..::..Array

Return Value

See Also