Summary
Adds the elements of a
NAnt.DotNet.Types.AssemblyAttribute array to the end of the collection.
- Assembly
- NAnt
.DotNet .dll - Namespace
- NAnt
.DotNet .Types - Containing Type
- Assembly
Attribute 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 |
