NAnt SDK Documentation - v0.92

XsltParameterCollection.Insert Method 

Inserts a XsltParameter into the collection at the specified index.

[Visual Basic]
Public Sub Insert( _
   ByVal index As Integer, _
   ByVal item As XsltParameter _
)
[C#]
public void Insert(
   int index,
   XsltParameter item
);

Parameters

index
The zero-based index at which item should be inserted.
item
The XsltParameter to insert.

See Also

XsltParameterCollection Class | NAnt.Core.Types Namespace