AssemblyAttributeCollection.

Add(AssemblyAttribute) Method

Summary

Adds a NAnt.DotNet.Types.AssemblyAttribute to the end of the collection.

Syntax

public int Add(AssemblyAttribute item)

Parameters

Name Type Description
item AssemblyAttribute The NAnt.DotNet.Types.AssemblyAttribute to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.