NAnt SDK Documentation - v0.92

XsltExtensionObjectCollection.AddRange Method (XsltExtensionObject[])

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

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

Parameters

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

See Also

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