◆ IsListNotEmpty< T >()

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