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