AssemblyAttributeCollection.

AddRange(AssemblyAttributeCollection) Method

Summary

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

Syntax

public void AddRange(AssemblyAttributeCollection items)

Parameters

Name Type Description
items AssemblyAttributeCollection The NAnt.DotNet.Types.AssemblyAttributeCollection to be added to the end of the collection.

Return Value

Type Description
void