◆ IsArrayNotEmpty< T >()

static bool IsArrayNotEmpty< T > ( this T[]  list)
static
Template Parameters
TType of array elements
Parameters
listthe potential array to be checked, may be null
Returns
If the array exists and has at least one entry, this function will return TRUE.