BuildElementCollectionAttribute.

BuildElementCollectionAttribute(string, string) Constructor

Summary

Initializes a new instance of the NAnt.Core.Attributes.BuildElementCollectionAttribute with the specified name and child element name.

Syntax

public BuildElementCollectionAttribute(string collectionName, string childName)

Parameters

Name Type Description
collectionName string The name of the collection.
childName string The name of the child elements in the collection

Return Value

Type Description
void