XsltExtensionObjectCollection.

AddRange(XsltExtensionObjectCollection) Method

Summary

Adds the elements of a NAnt.Core.Types.XsltExtensionObjectCollection to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
XsltExtensionObjectCollection

Syntax

public void AddRange(XsltExtensionObjectCollection items)

Parameters

Name Type Description
items XsltExtensionObjectCollection The NAnt.Core.Types.XsltExtensionObjectCollection to be added to the end of the collection.

Return Value

Type Description
void