This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
TaskArgumentConverterAttribute class.
- Assembly
- Cake
.Sprinkles .Module .dll - Namespace
- Cake
.Sprinkles .Module .TypeConversion - Containing Type
- Task
Argument Converter Attribute
Syntax
public TaskArgumentConverterAttribute(Type type)
Attributes
| Type | Description |
|---|---|
| Nullable |
Parameters
| Name | Type | Description |
|---|---|---|
| type | Type | The type of the ITaskArgumentTypeConverter. |
Return Value
| Type | Description |
|---|---|
| void |
