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

TaskAttributeAttribute Constructor 

[This is preliminary documentation and subject to change.]

Initializes a new instance of the TaskAttributeAttribute with the specified attribute name.

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

Parameters

name
The name of the task attribute.

Remarks

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

Exceptions

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

See Also

TaskAttributeAttribute Class | NAnt.Core.Attributes Namespace