IssuesArgumentChecks.

NotNegativeOrZero(int, string) Method

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

Syntax

public static void NotNegativeOrZero(this int value, string parameterName = null)

Attributes

Type Description
DebuggerStepThroughAttribute

Parameters

Name Type Description
value int
parameterName string

Return Value

Type Description
void