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