Summary
Adds the elements of a
NAnt.Core.Types.XsltParameter
array to the end of the collection.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- Xslt
Parameter Collection
Syntax
public void AddRange(XsltParameter[] items)
Parameters
Name | Type | Description |
---|---|---|
items | XsltParameter[] | The array of NAnt.Core.Types.XsltParameter elements to be added to the end of the collection. |
Return Value
Type | Description |
---|---|
void |