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