This content is part of a third party extension that is not supported by the Cake project.
Summary
Initializes a new instance of the
TaskArgumentEnumerationDelimiterAttribute
class.
- Assembly
- Cake
.Sprinkles .Module .dll - Namespace
- Cake
.Sprinkles .Module .Annotations .Arguments - Containing Type
- Task
Argument Enumeration Delimiter Attribute
Syntax
public TaskArgumentEnumerationDelimiterAttribute(string delimiter)
Parameters
Name | Type | Description |
---|---|---|
delimiter | string | the delimiter which, when appearing in a string, will separate your argument into multiple values. |
Return Value
Type | Description |
---|---|
void |