NAnt SDK Documentation - v0.92

XsltExtensionObjectCollection.AddRange Method (XsltExtensionObjectCollection)

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

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

Parameters

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

See Also

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