Method IsBuildDependency
- Namespace
- Bonsai.Expressions
- Assembly
- Bonsai.Core.dll
IsBuildDependency(ExpressionBuilder)
Determines whether the specified ExpressionBuilder represents a build dependency.
public static bool IsBuildDependency(this ExpressionBuilder builder)
Parameters
builder
ExpressionBuilderThe ExpressionBuilder to test.
Returns
- bool
true if the specified ExpressionBuilder represents a build dependency; otherwise, false.