XmlSchemaReferenceCollection.

AddRange(XmlSchemaReferenceCollection) Method

Summary

Adds the elements of a NAnt.Contrib.Types.XmlSchemaReferenceCollection to the end of the collection.

Syntax

public void AddRange(XmlSchemaReferenceCollection items)

Parameters

Name Type Description
items XmlSchemaReferenceCollection The NAnt.Contrib.Types.XmlSchemaReferenceCollection to be added to the end of the collection.

Return Value

Type Description
void