NAnt SDK Documentation - v0.92

AssemblyAttributeCollection.Insert Method 

Inserts a AssemblyAttribute into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As AssemblyAttribute _
)
[C#]
public void Insert(
   int index,
   AssemblyAttribute item
);

Parameters

index
The zero-based index at which item should be inserted.
item
The AssemblyAttribute to insert.

See Also

AssemblyAttributeCollection Class | NAnt.DotNet.Types Namespace