XsltParameterCollection.

Add(XsltParameter) Method

Summary

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

Syntax

public int Add(XsltParameter item)

Parameters

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

Return Value

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