Summary
Inserts a
NAnt.Core.Types.XsltExtensionObject into the collection at
the specified index.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core .Types - Containing Type
- Xslt
Extension Object Collection
Syntax
public void Insert(int index, XsltExtensionObject item)
Parameters
| Name | Type | Description |
|---|---|---|
| index | int | The zero-based index at which item should be inserted. |
| item | XsltExtensionObject | The NAnt.Core.Types.XsltExtensionObject to
insert. |
Return Value
| Type | Description |
|---|---|
| void |
