AssemblyAttributeCollection.

Insert(int, AssemblyAttribute) Method

Summary

Inserts a NAnt.DotNet.Types.AssemblyAttribute into the collection at the specified index.

Syntax

public void Insert(int index, AssemblyAttribute item)

Parameters

Name Type Description
index int The zero-based index at which item should be inserted.
item AssemblyAttribute The NAnt.DotNet.Types.AssemblyAttribute to insert.

Return Value

Type Description
void