AssemblyAttributeCollection.

AddRange(AssemblyAttribute[]) Method

Summary

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

Syntax

public void AddRange(AssemblyAttribute[] items)

Parameters

Name Type Description
items AssemblyAttribute[] The array of NAnt.DotNet.Types.AssemblyAttribute elements to be added to the end of the collection.

Return Value

Type Description
void