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