FunctionAttribute.

FunctionAttribute(string) Constructor

Summary

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

Syntax

public FunctionAttribute(string name)

Parameters

Name Type Description
name string The name of the function.

Return Value

Type Description
void