TaskAttributeAttribute.

TaskAttributeAttribute(string) Constructor

Summary

Initializes a new instance of the NAnt.Core.Attributes.TaskAttributeAttribute with the specified attribute name.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Attributes
Containing Type
TaskAttributeAttribute

Syntax

public TaskAttributeAttribute(string name)

Parameters

Name Type Description
name string The name of the task attribute.

Return Value

Type Description
void