This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
TaskArgument class.
- Assembly
- Cake
.Sprinkles .Module .dll - Namespace
- Cake
.Sprinkles .Module .TypeConversion - Containing Type
- TaskArgument
Syntax
public TaskArgument(ICakeArguments arguments, ICakeConfiguration configuration, ICakeEnvironment environment, PropertyInfo property)
Parameters
| Name | Type | Description |
|---|---|---|
| arguments | ICakeArguments | The CLI arguments. |
| configuration | ICakeConfiguration | The cake.config file configuration. |
| environment | ICakeEnvironment | The environment variables. |
| property | PropertyInfo | The System.Reflection.PropertyInfo for the Task Argument. |
Return Value
| Type | Description |
|---|---|
| void |
