Summary
Throws an exception if the specified parameter's value is null, empty or contains an empty element.
Syntax
public static void NotNullOrEmptyOrEmptyElement<T>(this IEnumerable<T> value, string parameterName)
Attributes
Type |
Description |
DebuggerStepThroughAttribute |
|
Type Parameters
Name |
Description |
T |
The type of the parameter. |
Parameters
Name |
Type |
Description |
value |
IEnumerable<T> |
The value of the argument. |
parameterName |
string |
The name of the parameter to include in any thrown exception. |
Return Value