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