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

BuildElementArrayAttribute Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the BuildElementArrayAttribute with the specified name.

[Visual Basic]
Public Sub New( _
   ByVal name As String _
)
[C#]
public BuildElementArrayAttribute(
   string name
);

Parameters

name
The name of the attribute.

Remarks

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

Exceptions

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

See Also

BuildElementArrayAttribute Class | NAnt.Core.Attributes Namespace