XsltParameterCollection.

AddRange(XsltParameterCollection) Method

Summary

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

Syntax

public void AddRange(XsltParameterCollection items)

Parameters

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

Return Value

Type Description
void