NamespaceImportCollection.

AddRange(NamespaceImportCollection) Method

Summary

Adds the items of a NAnt.DotNet.Types.NamespaceImportCollection to the end of the collection.
Assembly
NAnt.DotNet.dll
Namespace
NAnt.DotNet.Types
Containing Type
NamespaceImportCollection

Syntax

public void AddRange(NamespaceImportCollection items)

Parameters

Name Type Description
items NamespaceImportCollection The NAnt.DotNet.Types.NamespaceImportCollection to be added to the end of the collection.

Return Value

Type Description
void