BuildElementArrayAttribute.

BuildElementArrayAttribute(string) Constructor

Summary

Initializes a new instance of the NAnt.Core.Attributes.BuildElementArrayAttribute with the specified name.

Syntax

public BuildElementArrayAttribute(string name)

Parameters

Name Type Description
name string The name of the attribute.

Return Value

Type Description
void