Summary
Adds the elements of a
NAnt.DotNet.Types.AssemblyAttributeCollection to the end of the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Assembly
Attribute Collection
Syntax
public void AddRange(AssemblyAttributeCollection items)
Parameters
| Name | Type | Description |
|---|---|---|
| items | Assembly |
The NAnt.DotNet.Types.AssemblyAttributeCollection to be added to the end of the collection. |
Return Value
| Type | Description |
|---|---|
| void |
