NAnt SDK Documentation - v0.85-nightly-2005-11-09

XsltExtensionObjectCollection.AddRange Method (XsltExtensionObjectCollection)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Types.XsltExtensionObjectCollection.AddRange(NAnt.Core.Types.XsltExtensionObjectCollection)

See Also

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