NAnt SDK Documentation - v0.85-nightly-2005-11-09

BuildElementCollectionAttribute Constructor 

[This is preliminary documentation and subject to change.]

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

[Visual Basic]
Public Sub New( _
   ByVal collectionName As String, _
   ByVal childName As String _
)
[C#]
public BuildElementCollectionAttribute(
   string collectionName,
   string childName
);

Parameters

collectionName
The name of the collection.
childName
The name of the child elements in the collection

Remarks

Missing <remarks> documentation for M:NAnt.Core.Attributes.BuildElementCollectionAttribute.#ctor(System.String,System.String)

Exceptions

Exception Type Condition
ArgumentNullException childName is a null reference (Nothing in Visual Basic).
ArgumentOutOfRangeException childName is a zero-length String.

See Also

BuildElementCollectionAttribute Class | NAnt.Core.Attributes Namespace