XsltExtensionObjectCollection.

Add(XsltExtensionObject) Method

Summary

Adds a NAnt.Core.Types.XsltExtensionObject to the end of the collection.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core.Types
Containing Type
XsltExtensionObjectCollection

Syntax

public int Add(XsltExtensionObject item)

Parameters

Name Type Description
item XsltExtensionObject The NAnt.Core.Types.XsltExtensionObject to be added to the end of the collection.

Return Value

Type Description
int The position into which the new element was inserted.