Check if the array is null or empty.
Namespace:
Devolutions.UtilsAssembly: 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