This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
TaskArgumentDescriptionAttribute
class.
- Assembly
- Cake
.Sprinkles .Module .dll - Namespace
- Cake
.Sprinkles .Module .Annotations .Arguments - Containing Type
- Task
Argument Description Attribute
Syntax
public TaskArgumentDescriptionAttribute(string description)
Parameters
Name | Type | Description |
---|---|---|
description | string | The description of the Task Argument. |
Return Value
Type | Description |
---|---|
void |