Method IsEmpty
IsEmpty<T>(IEnumerable<T>)
Declaration
public static bool IsEmpty<T>(this IEnumerable<T> enumerable)
Parameters
Type | Name | Description |
---|---|---|
IEnumerable<T> | enumerable |
Returns
Type | Description |
---|---|
bool |
Type Parameters
Name | Description |
---|---|
T |