XmlSchemaReferenceCollection.

Insert(int, XmlSchemaReference) Method

Summary

Inserts a NAnt.Contrib.Types.XmlSchemaReference into the collection at the specified index.

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