ListExtensions.IsNotEmpty<T>
Extension Method in ListExtensions
Declaration
public static bool IsNotEmpty<T>(this List<T> list)
Description
Checks if the list is not empty.
Type Parameters
T | The type of the list. |
Parameters
list | The list to check. |
Returns
bool | True if the list is not empty. |