NAnt SDK Documentation - v0.92

XsltParameterCollection.AddRange Method (XsltParameterCollection)

Adds the elements of a XsltParameterCollection to the end of the collection.

[Visual Basic]
Overloads Public Sub AddRange( _
   ByVal items As XsltParameterCollection _
)
[C#]
public void AddRange(
   XsltParameterCollection items
);

Parameters

items
The XsltParameterCollection to be added to the end of the collection.

See Also

XsltParameterCollection Class | NAnt.Core.Types Namespace | XsltParameterCollection.AddRange Overload List