XsltExtensionObjectCollection.

AddRange(XsltExtensionObject[]) Method

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
XsltExtensionObjectCollection

Syntax

public void AddRange(XsltExtensionObject[] items)

Parameters

Name Type Description
items XsltExtensionObject[] The array of NAnt.Core.Types.XsltExtensionObject elements to be added to the end of the collection.

Return Value

Type Description
void