Summary
Initializes a new instance of the
NAnt.Core.Attributes.BuildElementCollectionAttribute
with the
specified name and child element name.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Attributes - Containing Type
- Build
Element Collection Attribute
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 |