NAnt SDK Documentation - v0.92

XsltParameterCollection.AddRange Method (XsltParameter[])

Adds the elements of a XsltParameter array to the end of the collection.

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

Parameters

items
The array of XsltParameter elements to be added to the end of the collection.

See Also

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