Adds the elements of a XsltExtensionObject array to the end of the collection.
Adds the elements of a XsltExtensionObject array to the end of the collection.
public void AddRange(XsltExtensionObject[]);
Adds the elements of a XsltExtensionObjectCollection to the end of the collection.
public void AddRange(XsltExtensionObjectCollection);
XsltExtensionObjectCollection Class | NAnt.Core.Types Namespace