Summary
Initializes a new instance of the
NAnt.Core.Attributes.FunctionSetAttribute
class with the specified name.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- FunctionSetAttribute
Syntax
public FunctionSetAttribute(string prefix, string category)
Parameters
| Name | Type | Description |
|---|---|---|
| prefix | string | The prefix used to distinguish the functions. |
| category | string | The category of the functions. |
Return Value
| Type | Description |
|---|---|
| void |
