ElementNameAttribute.

ElementNameAttribute(string) Constructor

Summary

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

Syntax

public ElementNameAttribute(string name)

Parameters

Name Type Description
name string The name of the element.

Return Value

Type Description
void