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

XsltExtensionObjectCollection.AddRange Method

[This is preliminary documentation and subject to change.]

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

Overload List

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);

See Also

XsltExtensionObjectCollection Class | NAnt.Core.Types Namespace