Summary
Adds the elements of a
NAnt.Contrib.Types.XmlSchemaReference
array to the end of the collection.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Types - Containing Type
- Xml
Schema Reference 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 |