Click or drag to resize

ContractAssert Method

Namespace:  TrackerDog.Contracts
Assembly:  TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax
public static void Assert(
	Expression<Func<bool>> conditionExpression,
	string message = null
)

Parameters

conditionExpression
Type: System.Linq.ExpressionsExpressionFuncBoolean
message (Optional)
Type: SystemString
See Also