XmlSchemaReferenceCollection.

AddRange(XmlSchemaReference[]) Method

Summary

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

Syntax

public void AddRange(XmlSchemaReference[] items)

Parameters

Name Type Description
items XmlSchemaReference[] The array of NAnt.Contrib.Types.XmlSchemaReference elements to be added to the end of the collection.

Return Value

Type Description
void