XmlSchemaReferenceCollection.

Add(XmlSchemaReference) Method

Summary

Adds a NAnt.Contrib.Types.XmlSchemaReference to the end of the collection.

Syntax

public int Add(XmlSchemaReference item)

Parameters

Name Type Description
item XmlSchemaReference The NAnt.Contrib.Types.XmlSchemaReference to be added to the end of the collection.

Return Value

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