This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see Cake.DependencyCheck.
Summary
Argument Attribute
- Assembly
- Cake
.DependencyCheck .dll - Namespace
- Cake
.DependencyCheck - Containing Type
- ArgumentAttribute
Syntax
public ArgumentAttribute(string name, bool hasValue = true)
Parameters
Name | Type | Description |
---|---|---|
name | string | A required argument name. |
hasValue | bool | A optional has value flag. |
Return Value
Type | Description |
---|---|
void |