NAnt SDK Documentation - v0.92

AssemblyAttributeCollection.Add Method 

Adds a AssemblyAttribute to the end of the collection.

[Visual Basic]
Public Function Add( _
   ByVal item As AssemblyAttribute _
) As Integer
[C#]
public int Add(
   AssemblyAttribute item
);

Parameters

item
The AssemblyAttribute to be added to the end of the collection.

Return Value

The position into which the new element was inserted.

See Also

AssemblyAttributeCollection Class | NAnt.DotNet.Types Namespace