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