IssuesArgumentChecks.

NotNullOrEmptyElement<T>(IEnumerable<T>, string) Method

Assembly
Cake.Issues.dll
Namespace
Cake.Issues
Containing Type
IssuesArgumentChecks

Syntax

public static void NotNullOrEmptyElement<T>(this IEnumerable<T> value, string parameterName = null)

Attributes

Type Description
DebuggerStepThroughAttribute

Type Parameters

Name Description
T

Parameters

Name Type Description
value IEnumerable<T>
parameterName string

Return Value

Type Description
void