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